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
- Feeding highchart with x and y values from ajax
- Json quotes highcharts
- Loading data to Highchart from MySQL and displaying in appropriate way
- Is it possible to have the line chart data points in highcharts to be represented as a rectangle instead of a circle?
- Highstock innacurate rendering of line data series
- how to use Highcharts on Ionic?
- Is there a way to create Chord Diagram using Highcharts
- Sankey: Show dynamically text on x-axis
- Cannot set min/max on highcharts with yearly series
- Highstock flag position not correct for yAxis with top set
- highcharts: how insert a fix label on a chart
- how to show data label on mouse over in highcharts?
- Highcharts with ajax/ json and SQL Server ASP.NET
- Highcharts/Highstocks jQuery - Scroll, Zoom and Margin issue
- JavaScript highcharts: how to have two xAxis categories?
- Formatting Highcharts - timestamp in tooltip, day x axis
- Highcharts inverted column chart - descending tickPositions
- ng2-highcharts chart update after load
- Proper x-axis for Highcharts stack group column
- With mulitiple boxplots/median trend line series', line points don't line up with boxplot
- How to show highchart coloraxis min max value?
- Highcharts: Custom button - symbol is misplaced
- Showing marker for separate values only in line chart in HIghchart
- How to disable the date and time mentioned in the navigator part and not on the x axis in highstock?
- programmatically trigger click event in svg rect element
- How can I add different icons in the legend
- Highcharts - overlapping values with the x-Axis
- Firefox && IE TypeError: Argument 1 of Window.getComputedStyle does not implement interface Element
- Highcharts - show decimal places only if needed
- HighCharts: How to put the xAxis category text inside the chart