Code working fine with Highchart but not with Highstock - highcharts

Recently I switched from highchart to highstock, but some of the features are not working fine for me.
When I hide a series and then show it again, then some problem accures, and which doesnt redraw the chart properly.
Trying to explain by screenshots:
When series is On
When series is Off
After Turning On again, highchart results same as image 1, but highstock results as following:
And it gives error:
Uncaught TypeError: Cannot set property 'complete' of undefined highstock.js:35

Related

Highcharts Scatter type chart markers are not matching with legend symbols

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.

Highcharts - Legend style from CSS, Firefox issue

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/

Series color in Jaspersoft 6.2 Highchart - Scatter

I've created a scatter highchart in Jaspersoft Server 6.2 (called ad hoc reports in the product) but encountered a strange problem where I cannot get normal color related properties to take effect. I normally just the property: colors ["#999999"] to other types of charts in Jaspersoft Server but for some reason this does not work in a scatter chart, I also tried using rgba values in the property.
I have searched extensively for a solution and everything that seems to apply to normal highcharts doesn't appear to work in Jaspersoft Server. I've tried adding the following properties:
series.color
series.data.color
series.marker.color
plotOptions.scatter.color
With hex and rgba values defined but the data points either remain black or disappear altogether. It's something that's very easy to manipulate in other chart types but scatter chart tye seems quite restrictive in Jaspersoft so perhaps not. Is there something simple I'm missing here?

Highstock - Using a heatmap with a ColorAxis gets: TypeError: Cannot read property 'length' of undefined

I'm trying to use a ColorAxis in a Heatmap from Highstock and I get an Uncaught TypeError: Cannot read property 'length' of undefined every time I hover over the heatmap. In another case, I get the same error but the heatmap doesn't even render. If I remove the ColorAxis settings from the initialization of the chart, there aren't any issues.
An example of a fiddle where this happens: http://jsfiddle.net/ee6r6wwr/ (this example was forked from another fiddle for a SO answer but I replaced Highcharts with Highstock)
Thanks in advance!

Highcharts Line Chart Legend Symbol Disappeared When Using Gradient Fill

I'm trying to fill gradient color in my charts, with the sample code in the demo "http://www.highcharts.com/demo/pie-gradient". And then I found in line charts' legend, the line part of the symbol disappeared, while the markers were still visible. If I disable the markers, then there is nothing left.
Here is an example based on the code of a line chart demo: http://jsfiddle.net/TCbE3/
enter code here
I'm using Highcharts 3.0.1, with both latest FireFox and Chrome, and this problem occurs in both.
Any ideas how to fix this problem?

Resources