我有一个带有两个注释的Google LineChart,我需要更改注释行的宽度。
根据LineChart documentation属性lineWidth应该如下所示:
series: {
0: {
annotations: {
textStyle: {fontSize: 12, color: 'red' },
lineWidth: 5
}
}
}
我无法正常工作,这里有一个JFiddle test,显然属性lineWidth,color和visibleInLegend对图表没有影响。
我特别感兴趣的是编辑与任何系列无关的前两条垂直线(“foo”和“bar”)的宽度和颜色。