Skip to content

Commit

Permalink
docs(codesandbox-area): update codesandbox links to ones we own
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed May 3, 2024
1 parent 7466541 commit 8f3c532
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { PureComponent } from 'react';
import { AreaChart, Area, XAxis, YAxis, CartesianGrid, Tooltip, ResponsiveContainer } from 'recharts';

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/area-chart-connect-nulls-mdh0c';
static demoUrl = 'https://codesandbox.io/p/sandbox/area-chart-connect-nulls-v8jw4h';

data = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const gradientOffset = () => {
const off = gradientOffset();

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/area-chart-filled-by-sign-0h7rt';
static demoUrl = 'https://codesandbox.io/p/sandbox/area-chart-filled-by-sign-td4jqk';

render() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/docs/exampleComponents/AreaChart/CardinalAreaChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const data = [
const cardinal = curveCardinal.tension(0.2);

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/area-chart-different-shapes-z94k6';
static demoUrl = 'https://codesandbox.io/p/sandbox/area-chart-different-shapes-6lwnhy';

render() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/docs/exampleComponents/AreaChart/PercentAreaChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const renderTooltipContent = (o) => {
};

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/percent-stacked-area-chart-pelcs';
static demoUrl = 'https://codesandbox.io/p/sandbox/percent-stacked-area-chart-xn7gzq';

render() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/docs/exampleComponents/AreaChart/SimpleAreaChart.js
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/simple-area-chart-4ujxw';
static demoUrl = 'https://codesandbox.io/p/sandbox/simple-area-chart-4y9cnl';

render() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/docs/exampleComponents/AreaChart/StackedAreaChart.js
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/stacked-area-chart-ix341';
static demoUrl = 'https://codesandbox.io/p/sandbox/stacked-area-chart-forked-5yjhcs';

render() {
return (
Expand Down
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/synchronized-area-chart-kpg1s';
static demoUrl = 'https://codesandbox.io/p/sandbox/synchronized-area-chart-9jj95d';

render() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/docs/exampleComponents/AreaChart/TinyAreaChart.js
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/tiny-area-chart-uw0k8';
static demoUrl = 'https://codesandbox.io/p/sandbox/tiny-area-chart-gq23nh';

render() {
return (
Expand Down

0 comments on commit 8f3c532

Please sign in to comment.