-
Currently we are still using Vue 2, but it would be better to update to Vue 3:
* there are some vulnerabilities with Vue 2 and its dependencies (see #94);
* there are some interesting features in Vu…
-
## Feature request
### Description
I seen that in the built in search whenever we search it only have indexed the page headings not contents but in algolia if i search page contents then also it g…
-
Hi, I've been trying to change the font family for the labels and tooltips but it doesn't seem to be working.
Can you please help with the issue?
Here's the code for reference.
```
…
-
# Statistics Lists
- [aagstable-weekly-19CoV](https://data.cdc.gov.tw/dataset/agstable-weekly-19cov?fbclid=IwAR0mrIbUSrOFLL5JmXGuV23J3pZj9gMuJ1Rq3E27YdTesqKYBcIWjfWFzaE)
- [COVID-19 Country Stats]…
-
Hey @J-T-McC, thanks for your work on this 💪
I'm trying to get `chartjs-plugin-zoom` working and I'm struggling.
### v1
```
import { defineComponent } from 'vue'
import chart…
-
Hi,
Thanks a lot for your work. I was trying to change colours of axes using options, but it doesn't seem to be working. Could you please post a piece of code that works? Just in case, I attached the…
-
An update to the options object of a chart is not visible after calling `chartRef.value.update()`.
### Example
I added a title to the _Updating chart_ example from the README. When the data is ch…
-
My idea is to let the chart update automatically when the data is updated.
It looks like chartRef.value.update() will trigger an update on the props chartdata object too and hence form a recursive…
-
How can I access the canvas or the `chartInstance` for any external purposes like saving it as png etc ? If I have the instance, I can call `.toBase64Image()` to get an image out of it.
Great work…
-
since chartjs is not compatible with vue3 vue-trend-chart also has some problems when it's used with vue3 like the h function, i solved the h function issue but still see a lot of problems , is there …