score:1
Accepted answer
The error results from the fact that Highcharts is already included in Highcharts Maps. You should load Highmaps as a module.
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/maps/modules/map.js"></script>
<script src="https://code.highcharts.com/modules/solid-gauge.js"></script>
<script src="https://code.highcharts.com/modules/series-label.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
Live demo: http://jsfiddle.net/BlackLabel/d5o6rvtq/
Source: stackoverflow.com
Related Articles
- Highcharts Error #16 But I'm not using Highstocks
- Getting error while using highcharts in Angular 7
- JavaScript error when using Highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- HighCharts Stock Chart error code 18
- Drawing Bubble Chart by using npm highcharts with error #17
- Highcharts display label for pie chart using html table as data source
- Getting error while using pattern in Angular Highcharts
- Error using Highcharts (>= 8.0.1) function stockChart() in Angular
- HTML table as data source for highstock charts using highcharts
- Uncaught Error: Highcharts error #17 while creating sunburst chart using react
- Using a flask variable as data source for highcharts
- How to replace x-axes with our own timestamp data from API in Highcharts using highstocks
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- Highcharts chart with error bars using react-highcharts
- error with adjusting height of pie chart using highcharts
- Highcharts not referenced error when using setOptions
- How to render a chart using highstocks in highcharts in angular 6?
- PDF having Highcharts (multiple series) chart generated using svg2pdf.js throws error
- Highcharts error #17 when adding series to the chart using angular 4
- Error when using Highcharts with Angular 2
- How to create a column range chart in Highcharts using range and navigator functions?
- Rendering Highcharts using Angular js Directives
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Hiding a Highcharts series without using the legend
- Loading Highcharts via shim using RequireJS and maintaining jQuery dependency
- SyntaxError: JSON.parse: expected property name or '}' while using highcharts
- How can I fix Highcharts error #13?
- Is there a way to update the legend to the value of a variable within the chart.events?
- HighCharts - hide date on x-axis and have only hours and minutes
- Custom colors in R highcharter barplot
- Highcharts - Put different URL to each of data in donut-pie
- How to relate the y-axis of different types of graphs?
- Highcharts 4.0 iPhone/Touchscreen Scrolling
- Highcharts: Disabling/Enabling enableMouseTracking after initial render
- Highcharts / Highstock horizontal plotLine label's vertical alignment?
- Integrating Highcharts into Weebly
- Timestamp in Highcharts
- HighCharts Line xas datetime
- Plot line is hiding behind trend in highcharts and movement of plotline is become very hindrance when loaded with very large data sets
- Highcharts add 3 buttons Hide/Remove/Settings to Legend
- How can I make a chart through JSONfile from highchats? please help me
- Rsquare best fit line in actual and precited scatter plot with d3.js/chart.js/highcharts
- Highcharts bubble graph, custom marker
- Can I set a default color for all texts in Highcharts?
- Angular 5 is not rendering the component until click or hover anywhere
- How to open ui-bootstrap dropdown on clicking over angular highcharts
- dynamic highcharts with json data