(本文档仅供参考)
问题
泡泡图-动态时间轴标签文字的颜色和字体在哪里设置。
解决方案
图形中标题的字体颜色和大小设置如下:
时间轴上的标签文字的颜色和大小设置,在timeline组件设置代码option.timeline = {}中加上如下代码:
代码块 |
---|
label: { normal:{ textStyle:{ fontSize: 14, color:'red' } } } |
Viewtracker |
---|
(本文档仅供参考)
泡泡图-动态时间轴标签文字的颜色和字体在哪里设置。
图形中标题的字体颜色和大小设置如下:
代码块 |
---|
label: { normal:{ textStyle:{ fontSize: 14, color:'red' } } } |
Viewtracker |
---|