我需要控制水平阈值线的宽度,如下面的屏幕截图所示。 nextPageToken
共享代码笔代码:(使用库:chartjs-plugin-annotation) https://drive.google.com/open?id=1bia_f8PK4eAdNY_w3hhIA7JHpxNfC_PF
下面的代码用于绘制水平线
annotation: {
annotations: [{
type: 'line',
mode: 'horizontal',
scaleID: 'y-axis-0',
value: 50000,
borderColor: 'rgb(75, 192, 192)',
borderWidth: 4,
label: {
enabled: true,
content: 'Test label'
}
}]
}