为什么图表js注释无法正常工作?

时间:2019-10-11 03:17:36

标签: javascript model-view-controller

enter image description here

图表js注释不起作用,这是我的代码 这是输出 enter image description here

2 个答案:

答案 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,
            }]
        }
    }
}

或检查此工作方式,例如:

https://jsfiddle.net/caj89x6L/

答案 1 :(得分:-1)

缺少此答案的是,您需要包括chart_annotations.js