我在Angular项目中的版本是:"chart.js":"^2.9.2","chartjs-plugin-annotation":"^0.5.7",import * asChartAnnotation from 'chartjs-plugin-annotation';Could not find a declaration file for module'chartjs-plugin-ann
为了实现这一点,我安装了chartjs-plugin-annotation包。不幸的是,它不起作用,我不知道出了什么问题。import { ChartDataSets, ChartOptions, ChartPoint } from 'chart.js';
import * as annotations from 'chartjs-plugin-annotation值得注意的是,import * as annotations from 'chartjs-plugin-annotati
我基于chartjs-plugin-annotation示例代码构建了一个非常精简的图表,它使用简单的HTML和JavaScript很好地工作,显示了几个点和一条水平线:import { Chart } from 'chart.js';
import * as annotation from 'chartjs-plugin-annotation