vue-Echarts更换主题
2019-07-12 本文已影响0人
undefined汪少
去官方找到自己的主题
DIV部分
:options="echarts.task"
@click="rwtj"
:theme="echarts.theme"
>
</chart>
JS部分
引入主题
import themefrom '../../config/echarts-theme.json'
使用主题
echarts:{
theme: theme,
去官方找到自己的主题
DIV部分
:options="echarts.task"
@click="rwtj"
:theme="echarts.theme"
>
</chart>
JS部分
引入主题
import themefrom '../../config/echarts-theme.json'
使用主题
echarts:{
theme: theme,