-
Dependencies
- [x] ✔️ Quasar (https://quasar.dev/)
- [x] ✔️ Vue Echarts (https://github.com/ecomfe/vue-echarts)
- [x] ✔️ Vue Leaflet (https://github.com/vue-leaflet/vue-leaflet)
- [x] ✔️ Iconify (…
Zefau updated
2 years ago
-
### Version
^5.3.3
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
1. set tooltip.trigger axis
2. mouse move enter chart
3. the line shown but tooltip is not shown
### C…
-
### Version
4.8.0
### Link to Minimal Reproduction
https://jsfiddle.net/9o6zL4ug/2/
### Steps to Reproduce
我创建了个在线demo,里面可以看到效果。
这根线的出现不符合我的预期,我想去掉这根线,请问应该怎么操作呢?
我目前使用的版本是4.8.0,我看文档上的5.0版本是…
-
### Version
4.9.0
### Steps to reproduce
1、access a route component which contains chart
2、access another route and back
### What is expected?
chart can render again if it have rendered
#…
-
### Confirmation
- [x] I can confirm this problem is not reproducible with ECharts itself.
### How are you introducing Vue-ECharts into your project?
ES Module imports
### Versions
```s…
-
- [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。
## General Questions
- [x] Required: I have read the document and examples and tried to solve it by myself. (必填)我读过…
-
### 🐛 Bug description [Please make everyone to understand it]
> Please provide a link by forking these links [G2Plot](https://codesandbox.io/s/g2plot-issue-template-gzfdq?file=/index.ts) or Git…
-
### Confirmation
- [X] I can confirm this problem is not reproducible with ECharts itself.
### How are you introducing Vue-ECharts into your project?
ES Module imports
### Versions
```sh
echarts …
-
I have a Dimmer item where I set state description metadata like
```
value: " "
config:
options: 16=1,32=2,48=3,64=4,80=5,100=6
step: "16"
min: "16"
max: "100"
```
Values ar…
-
```html
import { inject } from 'vue'
const slidev = inject('$slidev')
onMounted(() => {
console.log(slidev)
})
```
got `undefined`
I want to watch `$slidev.nav.clicks` to render…