图表js注释不起作用,这是我的代码 这是输出 enter image description here
答案 0 :(得分:0)
尝试:(来自:https://github.com/chartjs/chartjs-plugin-annotation)
{
plugins: {
annotation: {
annotations: [{
id: 'a-line-1',
type: 'line',
mode: 'horizontal',
scaleID: 'y-axis-0',
value: '25',
borderColor: 'red',
borderWidth: 2,
}]
}
}
}
或检查此工作方式,例如:
答案 1 :(得分:-1)
缺少此答案的是,您需要包括chart_annotations.js