score:2
Finally, I have solved the problem by merging all Highcharts files I needed to draw my Bubble map chart, as suggested by @PawełFus, and enclosed the code with a condition on Highcharts variable :
if (typeof Highcharts == 'undefined') {
/* Optimized merge files containing both highstock.js, highcharts-more.js and map.js */
}
Then I use this file for all Highcharts charts I want to build.
That works great. Thanks all, and particularly @PawełFus.
score:2
See my comment on this question. You need to only load the "base" highstock.js and then any other modules you want to load after that:
<script src="code.highcharts.com/stock/highstock.js"></script>
<script src="code.highcharts.com/stock/modules/map.js"></script>
<script src="code.highcharts.com/stock/modules/ANOTHERMODULEYOUNEED.js"></script>
Depending on what you need you could possibly just load highmaps.js
as it also contains a bunch of other chart types.
Source: stackoverflow.com
Related Query
- Library duplication issue using Highcharts in Jaspersoft Studio
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Local Angular library using Highcharts breaks in production mode
- Why do I have the issue 'property assigment expected' when I want to display a chart on my web page using highcharts
- Implementing Jaspersoft Studio Community (v6.2.2) Custom Visualisation Component showing Highcharts chart
- Highcharts bar zoom issue when using transparent series
- using library highcharts with asp.net mvc 3
- Highcharts display label for pie chart using html table as data source
- Simple, Open source PHP wrapper for Highcharts library
- How to show 12AM and 12PM on x-axis using highcharts library
- Pie chart slice radius using HighCharts library
- Intermittent Highcharts heatmap issue when using EO.PDF
- HTML table as data source for highstock charts using highcharts
- Using a flask variable as data source for highcharts
- Highcharts automatic resize using drag/resize react-rnd library
- How can I achieve this using HighCharts library
- Highcharts cloud issue with data source when duplicating chart
- Using Highcharts with SPServices jQuery library to create Pie Chart
- Issue updating highcharts from aqi.json file using Raspberry Pi
- Highcharts color issue when using Boost module
- Facing issue with generate image using Highcharts Node.js Module
- Highcharts v7.1.2 width scaling issue when using css transform scale
- Highcharts - Performance issue using chart with x values date and TIME
- Display Google spreadsheet data using Highcharts library
- having issue when updation Highcharts object using highcharts-ng directive
- Rendering Highcharts legend using HTML causes issue with positioning/spacing
- Using Highcharts library in swing application
- 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
More Query from same tag
- Highcharts dynamic property updates when zooming
- Changing color Axis in Highchart Choropleth
- How to avoid overlapping of dataLabels in highchart pie chart?
- Highcharts - Force Categories in x-axis to be shown, even without data
- Remove label from custom Highcharts drawing
- Highcharts: Multiple vertical charts
- An alternative way of displaying the negative values on the column chart
- Highcharts : style (css)
- Highcharts : selection issue on funnel charts type
- highchart network network-graph
- Highcharts - show only hours and minutes in xAxis
- Function to call Highcharts with ajax?
- how to draw column with value=0 in highcharts
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Semi circle donut chart in highchart with data labels in corners
- Bug in new highcharts renderer?
- highchart Dynamically updated data
- How to extend Tooltip Range in Highcharts
- Highmaps min/max color not working as expected
- Highcharts - how to toggle datalabels via js?
- Highchart - position x-axis label bottom to next label
- put different names to each bar in Highcharts
- How to make a good structure of array in Yii2?
- Highcharts stacked area chart with background chart
- Highcharts 2nd yaxis not scaling
- How to identify and format numbers with javascript
- Passing callback function to labelFormatter in highchart legend in typescript
- Highcharts categories adjust yAxis.labels.y to bottom of lane
- Highcharts: xAxis with vertical gridlines
- External JSON from API into array?