5.10. 设置图表选项
在div图表元素上定义dg-chart-options属性,即可设置图表选项。
例如,设置指定echarts图表不显示标题、图例顶部对齐、坐标系间隔顶部40像素:
<div dg-chart-widget="..." dg-chart-options="{title:{show:false},legend:{top:0},grid:{top:40}}"></div>
详细的图表选项设置请参考dg-chart-options章节。
在div图表元素上定义dg-chart-options属性,即可设置图表选项。
例如,设置指定echarts图表不显示标题、图例顶部对齐、坐标系间隔顶部40像素:
<div dg-chart-widget="..." dg-chart-options="{title:{show:false},legend:{top:0},grid:{top:40}}"></div>
详细的图表选项设置请参考dg-chart-options章节。
本文档使用 BookStack 构建