When i Use Highstock & Highcharts together in page i am getting script error.
Here i am trying to load pie chart on click of the data point, where as the same is it working fine with IE 8 and 9 where as the same is not working with IE 6 & 7.
Thanks in advance
Khadeer
If you wan t to use together Highstock and Highcharts, include ONLY Highstock - Highstock contains Highcharts.
Related
I have a series of highcharts graphs in an app. Newest graph we add was a scatter type chart.
Unfortunately its markers are not matching up with legend symbols. Please find an attachment showing the issue.
I am unable to reproduce this in a separate file as it works fine when I do that. I have example of how it behaves within the application.
We are using highcharts 9.0.1 version
any help is really appreciated.
I like to show all months which are on the x-axis even if don't have corresponding data. As in my case, I have data till Sep therefore following months are not being displayed.
I'm using highchart in my application with angular 4.
You can set xAxis.max to 11 (categories have indexes starting from 0) to achieve the desired result.
API reference:
https://api.highcharts.com/highcharts/xAxis.max
I am using multiple of Highcharts which has different legend y value position for each chart for some reason.
As I want to generalize for all the charts, I am trying to control all the y values from css like below...
.highcharts-legend-item rect{y:3;}
The above css is working great as expected in Chrome alone.. not working in Firefox
I can do that by going to each chart and alter the legend: {y:3}, but because of less control on server code I am not able to do the same.
Is there any other way to do the same for Firefox please?
http://jsfiddle.net/1h91po8b/1/
Is this possible, in a clean manner? The 5 charts will all be displaying at once and the drilldown behavior will have to be ironed out, as to when one pie chart is clicked (drilled down into), the other ones' should drill down as well, given all the data is relative.
Has anyone gotten this deep into Highcharts and know if this is possible/how well it works speedwise?
Thanks.
I am working on a simple chart with Highcharts on ExtJS 3.* version. I am using this simple example on jsfiddle. I don't want to render this chart to a div element. I want to put this in a Ext.Panel but when I tried it gives error. How can I do without chart's renderToproperty.
As #Sebastian Bochan stated highcharts.com/download solved my problem.