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 Query
- Highcharts Error #16 But I'm not using Highstocks
- I had created a scatterplot using Highcharts but the the point.z value is not getting displayed in tooltip
- Highcharts not referenced error when using setOptions
- Highcharts throwing container not found error but the container exists
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Highcharts Error #16: charts not showing on the same page
- Getting error while using highcharts in Angular 7
- JavaScript error when using Highcharts
- Highcharts is not defined. Error log in console
- Resize highcharts using react-grid-layout not working
- Highcharts mouse tracking/mouseover feature is slow on chrome but not slow in firefox or IE
- Not rendering VU-meter Gauge chart using HighCharts in Durandal
- Color contrast setting on dataLabels style parameter using Highcharts 5 is not working on some colors
- Using highcharts with rails not displaying plotLines
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Code works on fiddle but not when I do /show
- HighCharts error #18: Requested Axis Does not exist
- Uncaught TypeError: undefined is not a function when using highcharts
- 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"
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- Multi-Line Title is not working when we export to PNG using CanVG - Highcharts
- Highcharts error 13, but rendering Div exists
- Gauge Series of Highcharts with React not the Solid Gauge but Gauge Series
- HighCharts Stock Chart error code 18
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- Charts rendered using highcharts in angular2 do not take the height of the parent
- Jquery Highcharts is not loading when using with common function?
- Drawing Bubble Chart by using npm highcharts with error #17
- High chart data downloads but does not display in browser using node
More Query from same tag
- Origin of a coordinate space
- Highcharts Graph displays correctly ONLY on Window Resize
- Pie chart: image exporting cutting off labels
- Highcharts: how to change the yAxis title programatically?
- Highcharts Polar, edit onmouseover label
- HighCharts showLoading() not working as expected
- Add html buttons and selects to Highcharts
- How to reference a data point (or points) in another series in highcharts
- Toggle Show/Hide on Highcharts custom export button
- Pass function to jquery from php
- Highcharts: Plot multiple values in single category
- Can we have multiple callout in timeline chart for single point?
- Tooltip covering bar in highchart
- Merging related timeseries data
- Highcharts - Parent color in legend
- Live plot with multiple y axis in highcharts
- Highcharts full circle gauge as in Knob js
- Section wise labeling in highchart
- Highcharts: how do I format the x-axis so the actual date/time from the table appears for each y
- Adding data to Highcharts after initial rendering
- How to do a 3 level drill down with Highcharts?
- Highcharts stacked column ommit smaller values
- Highcharts, Can you change the chart type for drilldowns?
- How to achieve this using HighCharts Network chart
- how to fix '-1' value displaying while clicked on navigator in highchart ? (When date-range not used for navigator)
- Show tooltip over a second graph
- How to show data point in Box Plot highcharts
- How to draw line from Data label to Marker in Highchart Scatter Plot
- How to display data labels vertical?
- Change color of pie chart on drilldown