Skip to content

Commit d06f000

Browse files
committed
docs: change codesandbox to stackblitz
1 parent 049f4e2 commit d06f000

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
label: Reproduction
3131
description: |
3232
Please provide issue reproduction.
33-
You can give a link to a repository with the reproduction or make a fork of [this sandbox for Vue3](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/v4/sandboxes/bar) or [this sandbox for Vue2](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/v4/legacy/sandboxes/bar) and reproduce the issue there.
33+
You can give a link to a repository with the reproduction or make a fork of [this sandbox](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/bar) and reproduce the issue there.
3434
validations:
3535
required: true
3636

website/src/examples/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## Vue 3 charts
44

5-
- [Bar](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/bar)
6-
- [Bubble](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/bubble)
7-
- [Doughnut](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/doughnut)
8-
- [Line](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/line)
9-
- [Pie](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/pie)
10-
- [PolarArea](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/polar-area)
11-
- [Radar](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/radar)
12-
- [Scatter](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/scatter)
13-
- [Bar with reactive data](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/reactive)
14-
- [Custom chart](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/custom)
15-
- [Events](https://codesandbox.io/s/github/apertureless/vue-chartjs/tree/main/sandboxes/events)
5+
- [Bar](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/bar)
6+
- [Bubble](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/bubble)
7+
- [Doughnut](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/doughnut)
8+
- [Line](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/line)
9+
- [Pie](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/pie)
10+
- [PolarArea](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/polar-area)
11+
- [Radar](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/radar)
12+
- [Scatter](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/scatter)
13+
- [Bar with reactive data](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/reactive)
14+
- [Custom chart](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/custom)
15+
- [Events](https://stackblitz.com/github/apertureless/vue-chartjs/tree/main/sandboxes/events)
1616

1717
## Vue 2 charts (vue-chartjs v4)
1818

0 commit comments

Comments
 (0)