score:-1
I had same issue and got fixed by ordering my JS as below.
<script type="text/javascript" src="$javascript_folder/highstock.js"></script>
<script type="text/javascript" src="$javascript_folder/highcharts.js"></script>
I don't know its working fine according Ardi. Is works fine for me when i load highstock.js first followed by highcharts.
score:0
Highstock contains most of HighCharts code. Have you tried including only highstock.js in your page to display both charts ?
score:1
Im my case, including only HighStock's file worked for HighChart's as well.
I have many charts, highchart's or highstock's, possible to be included on same page, and I just call HighStock.js once and it works for both !
score:1
Use just highstock.js and delete highcharts.js And It's work well for me And Good luck
score:2
you must delete this file:
highcharts.js
i tried and it works
score:3
I have experienced the same problem when I tried to use Highstock chart and Angular Gauge, And the problem was solved when I try to rearrange highstock highchart javascript library like this
<script type="text/javascript" src="jQuery/Highcharts/highcharts.js"></script>
<script type="text/javascript" src="jQuery/Highcharts/highstock.js"></script>
<script type="text/javascript" src="jQuery/Highcharts/highcharts-more.js"></script>
or (if you don't want to use additional graphics)
<script type="text/javascript" src="jQuery/Highcharts/highcharts.js"></script>
<script type="text/javascript" src="jQuery/Highcharts/highstock.js"></script>
I hope it can be useful
score:5
Highcharts is included in highstock.js, so please take look at the example, how use highcharts with highstock.js
.
http://jsfiddle.net/sbochan/PtXhB/
Secondly I advice to use the newest highstock.
score:36
Got same trouble with conflicting Highchart and Highstock. here's the official solution:
Keep in mind that the Highcharts.Chart constructor and all features of Highcharts are included in Highstock, so if you are running Chart and StockChart in combination, you only need to load the highstock.js file.
Source: stackoverflow.com
Related Query
- use highchart and highstock on the same page
- Highstock And Highcharts: How I use StockChart and pie chart on the same page
- Highcharts (Gauge) and Highstock on the same page with Meteor
- drilldown maps and funnell charts on the same page using highcharts
- Use different markers in the same series of an irregular time highchart
- Strange character in the Highstock source code
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- How can i use Highstock rangeSelector get the yAxis Max_value and Min_Value
- Conflict with GSAP and Highcharts on the same page
- using Highstock and Highchart-Gantt on same page
- Reusing highchart chart many times on the same page by changing parse string
- how can I use rangeselector and navigation in highcharts in the given code
- I can't use gauge-solid and spline chart at the same time by using HighCharts
- 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
- How to use the tooltip formatter and still display chart color (like it does by default)?
- Highcharts Error #16: charts not showing on the same page
- How to create a new Highstock chart with new Highchart and not jquery?
- Can color of data label be different inside and outside of the bar in Highchart
- Export HighChart as an image in excel file together with the other page contents
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- Use single color for all series in the same chart
- How can i force Highcharts to use same symbols in Legend and Series?
- How to use add series and update methods in the high chart wrapper for angular?
- Showing multiple data with same x and y in highchart
- put the highchart legend to the bottom of the chart and horizontally centered
- Several Series with the same xAxis data in HighChart
- Use MySQL data as the chart data for the cakephp highchart plugin
- Using highcharts & highstock together on same page
- How to set series-label to false by default and change the color of series label text in highchart
More Query from same tag
- Why is my secondary yAxis not matching to my xAxis in Highcharts?
- Highcharts dynamically assign symbols
- When using Highcharts, how do you get the point name from a data point series?
- Highcharts with reveal.js: Refresh chart with slide?
- Highcharts Combo graphs with common legend click
- draw images on xaxis in GWT highcharts
- Highcharts date off by one day
- Highmaps get() function on a secondary series
- How to embed text on the bar of the highchart
- How to disable LegendClick event in HighCharts using the Objective-C wrapper?
- Highcharts not working with jQuery 1.8, any workaround?
- Receiving "Highcharts is not defined" error when using maps (Highmaps / Highcharts)
- Highcharts How to add data label to last data point of a series
- Selenium WebDriver and Highchart testing
- Put two Highcharts Charts Side by Side on a Jekyll Blog (beautiful-jekyll)
- Highcharts - Export button options offset using a little div
- Generate pdf on the fly with charts
- Change tooltip position where mouse found
- Ordering of non-grouped columns in Highcharts
- Stacked and grouped column in time series
- Y-axis on large negative and small positive values in High Charts
- Crispy GridLineDashStyle
- HighCharts - how to set labels font color for printing?
- legend labelFormatter: getting space between name and percentage so they line up
- Highcharts: How can I create a table of strings that can also export as an image?
- Calling Reset Zoom manually
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- How to remove margin from gauge chart in Highcharts?
- Highcharts- how to set yAxis to the closest or exact value in the series data
- Highchart Series are displayed one after another and not parallel