我正在React JS上构建一个Web应用程序,并尝试构建一个自定义的建筑物楼层Map。我按照https://www.highcharts.com/docs/maps/create-custom-maps上的文章,使用HTML CSS和JavaScript创建了一个应用程序,jsfiddle.net/hop9cqxj/92/,但我希望它在ReactJS中。每当我将Map选项粘贴到React JS变量中时,我会收到以下错误:
错误Highcharts错误#17:www.highcharts.com/errors/17/?missingModuleFor=map
演示工作的链接在这里:https://codesandbox.io/s/inspiring-sunset-o3pf92
- 缺少模块:Map
1条答案
按热度按时间4smxwvx51#
你需要使用
Highmaps
源代码和mapChart
图表构造函数类型。另外,我注意到Highcharts在最新的React中的
StrictMode
中不起作用,所以你可以报告highcharts-react
github上的一个潜在bug:https://github.com/highcharts/highcharts-react现场演示:https://codesandbox.io/s/nifty-satoshi-xxt-xxtkp9?file=/src/components/buildings/Delta/delta2nd.js
**文档:**www.npmjs.com/package/highcharts-react-official#options-details