From 8002f6a7851f53ef062ad39e4af96cd42efd4137 Mon Sep 17 00:00:00 2001 From: dangreen Date: Sat, 13 Aug 2022 20:21:32 +0400 Subject: [PATCH] docs: fix sandboxes links in readme --- README.md | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 67e66198..78e70bd7 100644 --- a/README.md +++ b/README.md @@ -165,49 +165,49 @@ import type {
Bar Chart -- [Bi-polar bar chart](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/bi-polar-interpolated) -- [Distributed series](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/distributed-series) -- [Extreme responsive configuration](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/extreme-responsive) -- [Horizontal bar chart](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/horizontal) -- [Label placement](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/label-position) -- [Multi-line labels](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/multiline) -- [Overlapping bars on mobile](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/overlapping-bars) -- [Stacked bar chart](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/stacked) -- [Add peak circles using the draw events](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/bar/with-circle-modify-drawing) +- [Bi-polar bar chart](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/bi-polar-interpolated) +- [Distributed series](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/distributed-series) +- [Extreme responsive configuration](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/extreme-responsive) +- [Horizontal bar chart](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/horizontal) +- [Label placement](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/label-position) +- [Multi-line labels](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/multiline) +- [Overlapping bars on mobile](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/overlapping-bars) +- [Stacked bar chart](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/stacked) +- [Add peak circles using the draw events](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/bar/with-circle-modify-drawing)
Line Chart -- [Line chart with area](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/area) -- [Auto scale axis](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/axis-auto) -- [Fixed and auto scale axis](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/axis-fixed-and-auto) -- [Bi-polar Line chart with area only](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/bipolar-area) -- [Filled holes in data](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/data-fill-holes) -- [Holes in data](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/data-holes) -- [Using events to replace graphics](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/modify-drawing) -- [Only whole numbers](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/only-integer) -- [SVG Path animation](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/path-animation) -- [Line scatter diagram with responsive settings](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/scatter-random) -- [Series Overrides](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/series-override) -- [Simple line chart](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/simple) -- [Simple responsive options](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/simple-responsive) -- [Line Interpolation / Smoothing](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/simple-smoothing) -- [Simple SMIL Animations](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/simple-svg-animation) -- [Advanced SMIL Animations](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/svg-animation) -- [Timeseries](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/line/timeseries) +- [Line chart with area](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/area) +- [Auto scale axis](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/axis-auto) +- [Fixed and auto scale axis](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/axis-fixed-and-auto) +- [Bi-polar Line chart with area only](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/bipolar-area) +- [Filled holes in data](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/data-fill-holes) +- [Holes in data](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/data-holes) +- [Using events to replace graphics](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/modify-drawing) +- [Only whole numbers](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/only-integer) +- [SVG Path animation](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/path-animation) +- [Line scatter diagram with responsive settings](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/scatter-random) +- [Series Overrides](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/series-override) +- [Simple line chart](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/simple) +- [Simple responsive options](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/simple-responsive) +- [Line Interpolation / Smoothing](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/simple-smoothing) +- [Simple SMIL Animations](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/simple-svg-animation) +- [Advanced SMIL Animations](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/svg-animation) +- [Timeseries](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/timeseries)
Pie Chart -- [Pie chart with custom labels](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/pie/custom-labels) -- [Animating a Donut with Svg.animate](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/pie/donut-animation) -- [Donut chart](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/pie/donut-chart) -- [Simple pie chart](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/pie/simple) -- [Gauge chart](http://codesandbox.io/s/github/chartist-js/chartist/master/sandboxes/pie/simple-gauge) +- [Pie chart with custom labels](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/pie/custom-labels) +- [Animating a Donut with Svg.animate](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/pie/donut-animation) +- [Donut chart](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/pie/donut-chart) +- [Simple pie chart](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/pie/simple) +- [Gauge chart](http://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/pie/simple-gauge)