Skip to content

Tag: highcharts

How can I achieve this using HighCharts library

I am very new to Highcharts. I am developing a dashboard and I need to create a percentage usage of equipment at a Plant. I checked all the demos provided by Highcharts but didn’t find a similar one. This what I need. I know I can do it from scratch but I prefer to use Highcharts if possible. Answer I

Highcharts Treemap, drillup event

I have a nice javascript treemap and am able to add events for drilldown events like so: I’m not able to add a similar event when drilling back up, when clicking the back button. I tried: but neither the drillup in series nor chart seems to work, how can i achieve this? https://jsfiddle.net/ofg9k3m8/6/ …

How to use high charts in Angular?

I am using High chart-stacked column bar chart. I can able to get the Bar with skyblue and white colors but I need a bar with points at 24, 41 and 49 y_axis points as shown in the picutre. Please help me in achieve this. Thanks in advance. The code which I tried so far. Answer You can use Highcharts.SVGRender…

Dynamically update subtitle on Highcharts chart?

Is it possible to dynamically update the subtitle of a Highcharts chart? In the docs, I can only see options relating to initial configuration options, not methods to update the chart. In the update I’m doing, I’m also updating the data, and I’d like the highcharts update to be part of a smo…