VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### Version 1.13.13 ### Link to Minimal Reproduction none ### Steps to Reproduce 1. 自定义 updateContent 导致 maxLineCount 不生效 2. 自定义 parentElement 必须要有子元素 3. tooltip 类型定义发生变化,需要确认下是否有误 ### Current Behavior 1....
### Version 2.0.02 ### Link to Minimal Reproduction null ### Steps to Reproduce const getData = () => ['2:00', '4:00', '6:00', '8:00', '10:00', '12:00', '14:00', '16:00', '18:00'].map(time => ({ time,...
### Version 2.0.0 ### Link to Minimal Reproduction https://github.com/VisActor/VChart/tree/main/packages/block-vchart ### Steps to Reproduce 1. 按照官方文档飞书小组件https://www.visactor.io/vchart/guide/tutorial_docs/Cross-terminal_and_Developer_Ecology/mini-app/block,运行github上的demo ### Current Behavior 飞书开发工具运行demo报错TypeError: Cannot read properties of undefined (reading 'createWindow') ### Expected Behavior 正常运行,并显示图表...
这里的版本是2.0,但是我试过低版本,1.3的依旧是不生效吗页面上会报错。
### Version 2.0.1-alpha.4 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const spec = { "type": "bar", "theme": {}, "xField": [ "10002" ], "yField": [ "OCxMNY4j86cy", "10001"...
### Version 1.13.13 ### Link to Minimal Reproduction null ### Steps to Reproduce TypeError: Cannot read properties of null (reading 'getStartState') at eval (react-vchart-new.c017210faf4fb0fc.js:1:502558) at Array.forEach () at gL.compileInteractions (react-vchart-new.c017210faf4fb0fc.js:1:502375)...
### Version 1.x ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const getData = () => ['2:00', '4:00', '6:00', '8:00', '10:00', '12:00', '14:00', '16:00', '18:00'].map(time => ({...
### Version latest ### Link to Minimal Reproduction - ### Steps to Reproduce - ### Current Behavior - ### Expected Behavior - ### Environment ```markdown - OS: - Browser: -...
### Version 2.0.0 ### Link to Minimal Reproduction / ### Steps to Reproduce ``` const spec = { type: 'line', data: { values: [ { type: 'Nail polish', country: 'Africa',...
### Version 2.0.0 ### Link to Minimal Reproduction [Bug] 使用updateData更新数据后area chat 不显示 ### Steps to Reproduce ```vue import { defineProps, ref, onMounted, watchEffect, onBeforeUnmount } from 'vue' import { VChart,...