We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e723f2 commit 96680d6Copy full SHA for 96680d6
README.md
@@ -23,8 +23,6 @@ Supports Chart.js v4.
23
<span> • </span>
24
<a href="#docs">Docs</a>
25
26
-<a href="https://slack.cube.dev/?ref=eco-vue-chartjs">Slack</a>
27
-<span> • </span>
28
<a href="https://stackoverflow.com/questions/tagged/vue-chartjs">Stack Overflow</a>
29
<br />
30
<hr />
website/src/.vitepress/config.ts
@@ -34,10 +34,6 @@ export default defineConfig({
34
link: '/examples/',
35
activeMatch: '^/examples/'
36
},
37
- {
38
- text: 'Slack',
39
- link: 'https://slack.cube.dev/?ref=eco-vue-chartjs'
40
- },
41
{
42
text: 'Stack Overflow',
43
link: 'https://stackoverflow.com/questions/tagged/vue-chartjs/'
0 commit comments