score:1
Accepted answer
the entire code base for highcharts is included in the stock package. to avoid collision you should therefore only include highstock. with your requirements you also need "highcharts-more" and "solid-gauge" modules.
none of the packages you reference has this specific setup, and using both cause a collision. i've created a package ondkloss:highstock
(github) which satisfies your requirements. if you would like to create your own, the essense is including the mentioned files, for example like this:
package.onuse(function(api) {
api.versionsfrom('1.1.0.2');
api.use('jquery');
api.addfiles([
// core
'lib/highstock.js',
// extra types
'lib/highcharts-more.js',
'lib/highcharts-solid-gauge.js',
], 'client');
});
the sources used can be found here:
Source: stackoverflow.com
Related Query
- Highcharts (Gauge) and Highstock on the same page with Meteor
- Conflict with GSAP and Highcharts on the same page
- use highchart and highstock on the same page
- drilldown maps and funnell charts on the same page using highcharts
- Highcharts show the same yAxis start and end value with multiple data series
- How do I export the content of a page as either jpg or pdf with Highcharts and scrollable data?
- Highstock And Highcharts: How I use StockChart and pie chart on the same page
- Why does highcharts sankey chart sometimes combine multiple nodes with same node name but different Id into one and hide the lines?
- Highmaps: PHP $_GET[] with JQuery Ajax: sending a value to the same page and capturing with PHP
- bug display of many Highcharts and Highstocks on the same page
- Highcharts Error #16: charts not showing on the same page
- How to export the whole page or html content with Highcharts not just the chart?
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Highcharts - multiple plot with the same x scale
- Highcharts - Global configuration with common code and unique data & Headings
- Difference between highcharts and highstock during real time trace and xAxis with max value
- Gauge Series of Highcharts with React not the Solid Gauge but Gauge Series
- Using highcharts & highstock together on same page
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- Setting highcharts datalabels backgroundColor with the same color of its serie
- how to display 2 same highcharts without duplicate the code
- How to merge two Highcharts container with the same legend-item
- Highcharts shown in multiple divs with the same name
- How to put two charts on the same page with different modules?
- Multiple pie-charts in the same chart with HighCharts
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- Highcharts solid gauge with tick mark over the bar
- how to show column and area charts with different y axis with same category and same x axis in highcharts
More Query from same tag
- Javascript - How to display a specific index of an array on Highcharts?
- how to parse json into highcharts
- How can we add chart context menu in highcharts-angular?
- The time interval from the chart highcharts
- Pie-donut using .csv
- How do we show loading via highcharts-react-official package
- Correct JSON for points with custom attributes and 3+ values?
- How can I add a background to a pattern in Highcharts?
- how to get chart object inside a point event function in Highcharts
- Highchart - Tooltip prevents click
- How to retain highchart line graph by onClick() function - php mysql
- Overriding log2lin and lin2log for Highcharts does not appear to work
- Add Gradient Pie Chart functionality to Highcharts-ng
- Angular Highcharts - How to enable noData options and update it dynamically
- Onclick of a org chart another org chart will open as a modal popup
- Load local JSON data into chart (JSON+Highcharts)
- HighCharts Display Marker Value
- Stacked column does not format timestamp to date on x axis
- Is it possible to put calculation inside plotbands using highcharts?
- Highcharts draggable glitchy tooltip
- Highcharts buttons with different menuitems not working
- SplitSeries does not work in Packed Bubble Highchart in r
- Can you show/hide series in sunburst diagrams?
- HighChart skipping x-axis years plot point
- Highcharts-NG, change language
- How can I add a <path> element in a <g> element in Highcharts
- Reset data in stacked chart in highcharts
- Highcharts addSeries yAxis Label Formatting
- how to show legend in PIE chart from chart to pie drilldown highcharts
- HIGHCHARTS: drilldown.js changes pie chart label color