正在使用Next.js开发用户仪表板应用程序。我从节点和MongoDB服务器查询我的客户端。我需要使用chart.js加载我的图表。但是当我运行代码时,我会遇到这样的错误。TypeError: chart_js.Chart.register不是一个函数。下面是代码片段:import { Bar } from 'react-chartjs-2';
import React
有没有人可以推荐一些符合以下条件的javascript/jquery数据可视化库? -takes the entire dataset in one go in some reasonable format (i.e. as a JSON object) as input -user can specify the chart format (bar chart, scatterplot, pie chart, etc.)
-user can specify the data range and whic