updateOptions({ showArea: e.target.checked })"
:checked="showArea"
style="flex: 1;"
>面积图样式
updateOptions({ showLine: !e.target.checked })"
:checked="!showLine"
style="flex: 1;"
>散点图样式
updateOptions({ lineSmooth: e.target.checked })"
:checked="lineSmooth"
>使用平滑曲线
updateOptions({ horizontalBars: e.target.checked })"
:checked="horizontalBars"
>条形图样式
updateOptions({ stackBars: e.target.checked })"
:checked="stackBars"
>堆叠样式
updateOptions({ donut: e.target.checked })"
:checked="donut"
>环形图样式
图例:
背景填充:
updateFill(value)"
/>
网格颜色:
updateGridColor(value)"
/>
{{index === 0 ? '主题配色:' : ''}}
updateTheme(value, index)"
/>
updateData(value)"
/>