Skip to content

Commit

Permalink
docs(composed): update composed chart codesandbox urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed May 5, 2024
1 parent 058d323 commit 85ca24e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/composed-chart-with-axis-label-55s1s';
static demoUrl = 'https://codesandbox.io/p/sandbox/composed-chart-with-axis-label-xykxs9';

render() {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/simple-composed-chart-h9zif';
static demoUrl = 'https://codesandbox.io/p/sandbox/simple-composed-chart-lyz572';

render() {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/composed-chart-of-same-data-i67zd';
static demoUrl = 'https://codesandbox.io/p/sandbox/composed-chart-of-same-data-3cs8ym';

render() {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/composed-chart-with-best-fit-q7r21';
static demoUrl = 'https://codesandbox.io/p/sandbox/composed-chart-with-best-fit-g7qqcm';

render() {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/vertical-composed-chart-w6fni';
static demoUrl = 'https://codesandbox.io/p/sandbox/vertical-composed-chart-6r8xmw';

render() {
return (
Expand Down

0 comments on commit 85ca24e

Please sign in to comment.