Highcharts Cannot read properties of undefined (reading ‘series’)
Trying to console log the series data in my chart. Unsure why it’s not working. JS fiddle is provided.
in high charts vu bar not getting proper pane , always coming to 0 , i need to come to 1
i want dial should show value 1 but its showing 0 , how to change the pane value. how to show the dial with value 1 . after changing the data point also its not changing in the vu dial. minimum value is 0 and max value is 1 and i want to show the needle at 1 , but the needle showing 0 always.
Highcharts: addSeries() in 2nd drilldown level not working
I have a barchart with 3 levels (2 drilldown levels), which works perfectly. Now I want to add a linechart to the third level, which I’m doing by using the drilldown event. So I have a counter (“betriebskostendrill”) and when that counter is on 2, which means that I’m on the last level of my data I use the addSeries() function to add the new series to my chart. Unfortunately this does not work. I can see all the debug logs in the console, which means the addseries function gets called, but I still don’t see it in my chart.
Highcharts Piechart 3D Tooltip nit showing
I am not able to see the tooltip on hover of slices in 3d pie chart.
Even the site example at https://www.highcharts.com/demo/highcharts/3d-pie is not showing tooltip. V11.4.6
Is there any option that i have to set to be able to see this tooltip. it is working on lower version but on these versions I am not able to remove the functionality where we on click of legend that slice gets removed.
Zooming in/out to highcharts map too slow
I have a problem with zooming in/out to a large number map points in highcharts map.
First of all, I follow this guide:
Highcharts- series inside navigator not displaying with larger data set
I’m facing an issue with the Highchart navigator. The series inside the navigator displays correctly with smaller datasets, such as 4-5k data points. However, with a very large dataset of 153,000 data points, the series appears blurred and then disappears when zooming in or out.
How to add state names to Highmaps?
I am working with Highcharts/Highmaps and I am trying to show the state names on US map. But I cannot figure out how to do this. I have added the required javascript file “https://code.highcharts.com/mapdata/countries/us/us-all.js” and it is still not showing the state names. Not sure what am I missing? Here is my code:
How can I use same yaxis from one chart in xaxis in another chart using highchart
I want to have horizental line chart and vertical histogram chart beside each other to use same yaxis in horizental like as axis chart for histogram. (like one line for both.)
Highcharts.js – in bullet chart, make the target line dashed
In Highcharts, I want to create a bullet chart.
But I want the target line to be dashed.
I don’t see such an option in the target API.
Link to target API: https://api.highcharts.com/highcharts/series.bullet.targetOptions
Highcharts boxplot yAxis
I have a boxplot chart from highcharts lib. Here is my component and data: