We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在编辑数据DataSet的srouce里面的值时数据其中包含name的字段 https://codesandbox.io/s/vuecharts3-connect-demo-forked-gby1vk?file=/src/App.vue
The text was updated successfully, but these errors were encountered:
你可以试一试给图表的series指定一个name
series
name
<Line v-for="item in 2" :key="item" :name="dataSrouce[0][item]" />
点击后
Sorry, something went wrong.
@xiatianshitiancai 或许用原生的echarts语法动态更新dataset的配置,也会是一样的问题。 如果是这样的话,或许可以去echarts官方提一个issue
No branches or pull requests
我在编辑数据DataSet的srouce里面的值时数据其中包含name的字段
https://codesandbox.io/s/vuecharts3-connect-demo-forked-gby1vk?file=/src/App.vue
The text was updated successfully, but these errors were encountered: