I would like to create two custom legends as marked into red rectangles, for an heatmap chart.
The text and colors can be fixed in the code (they never change).
Is it possible to do something like this?
I am using highchart , and there is a gap there in the red frame.(between 2 slice) How can I remove it ?
Is it possible to create a chart with the one below with Highcharts? It has nested/dual categories in the bottom axis.
If so, are there any examples I can look at please?
I am using highchart in my project But i don't know how to give gradient color to x-axis crosshair
You can create a plot band using Axis.addPlotBand() function on mouseOver and remove it on mouseOut with Axis.removePlotBand(). To apply gradient, use linearGradient along with stops. Take a look at the example below.
API Reference:
http://api.highcharts.com/highcharts/Axis.addPlotBand
http://api.highcharts.com/highcharts/Axis.removePlotBand
DOCS Reference:
https://www.highcharts.com/docs/chart-design-and-style/colors
Example:
http://jsfiddle.net/36comwzL/
I want to draw bar to pie chart with Highcharts like this
is it possible !?