I have a treemap with 3 level that after click on section it drilldown to show just that section,is there any rtl support for highchart treemap bread crumb after drilldown
for example:(alin:right)
------------------------------- level2/level1
Related
I am working with a PieChart and have to render the legend separately and cannot use the normal PieChart legend. My legend is missing the mouseover and onclick functionality. Is there a way to call these functions from my custom legend?
I'm using Highstock to do some chart rendering.
I need to use the 'reserveSpace' option for yAxis labels (I need to set the option to true).
The problem is: reserveSpace option is present in the Highcharts API (see link https://api.highcharts.com/highcharts/yAxis.labels.reserveSpace), but is missing in the Highstock API (see link https://api.highcharts.com/highstock/yAxis.labels)
From Highchart site, the difference between Highcharts and Highstock is "Highstock is based on Highcharts, meaning it has all the core functionality of Highcharts, plus some additional features." (see https://www.highcharts.com/docs/chart-concepts/understanding-highstock)
So why the reserveSpace option is missing in Highstock?
Do you know if there is a way to integrate in Highstock the same reserveSpace behaviour already present in Highcharts?
Thank you
I have create 1 sample jsfiddle, where I have 1 flag series. Its displaying flags in chart but showing line plot in navigator series. How can we have flags in navigator?
JsFiddle
I have a code that generates charts dynamically based on the users inputs. I do not specifically format the tooltip, I just allow the defaults to take control. For some reason, there is consistently an a with a hat over it in the tooltip. For example, when hovering over a column chart entry, the tooltip shows:
Category
a(hat)- Series name:Value
Any idea where this ahat is coming into play?
Is it possible to have a stacked area chart with drilldown? I want to drilldown to another series on clicking on an area. Any simple example would be highly appreciated.
JS FIDDLE: http://jsfiddle.net/UKC83/1/
Here is how I have implemented drilldown in stacked area chart:
JS FIDDLE: http://jsfiddle.net/UKC83/2/