Skip to content

Commit

Permalink
docs(scatter): 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 0f89925 commit c8d4ef0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/docs/exampleComponents/ScatterChart/BubbleChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const parseDomain = () => [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/multi-bubble-chart-gb82x';
static demoUrl = 'https://codesandbox.io/p/sandbox/multi-bubble-chart-tcqkqx';

renderTooltip = (props) => {
const { active, payload } = props;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const data02 = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/scatter-chart-with-joint-line-2ucid';
static demoUrl = 'https://codesandbox.io/p/sandbox/scatter-chart-with-joint-line-n6jj6h';

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

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/scatter-chart-with-double-yaxes-tiuob';
static demoUrl = 'https://codesandbox.io/p/sandbox/scatter-chart-with-double-yaxes-3yzqtm';

render() {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ export default function App() {
);
}

App.demoUrl = 'https://codesandbox.io/s/scatter-chart-with-cells-2sk2o';
App.demoUrl = 'https://codesandbox.io/p/sandbox/scatter-chart-with-cells-jjxq8y';
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const data = [
];

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/scatter-chart-with-label-f85zv';
static demoUrl = 'https://codesandbox.io/p/sandbox/scatter-chart-with-label-32hfnc';

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

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

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

export default class Example extends PureComponent {
static demoUrl = 'https://codesandbox.io/s/scatter-chart-of-three-dimensions-w2cwd';
static demoUrl = 'https://codesandbox.io/p/sandbox/scatter-chart-of-three-dimensions-nqkj42';

render() {
return (
Expand Down

0 comments on commit c8d4ef0

Please sign in to comment.