Skip to content

Commit

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

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/area-chart-in-responsive-container-e6dx0';
static demoUrl = 'https://codesandbox.io/p/sandbox/area-chart-in-responsive-container-y5m29r';

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-in-responsive-container-pkqmy';
static demoUrl = 'https://codesandbox.io/p/sandbox/composed-chart-in-responsive-container-4vx38p';

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

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/pie-chart-in-responsive-container-qyv6t';
static demoUrl = 'https://codesandbox.io/p/sandbox/pie-chart-in-responsive-container-dmhf62';

render() {
return (
Expand Down

0 comments on commit 70f4dee

Please sign in to comment.