In this demohttp://jsfiddle.net/0yrsp04a/1/ why hyper links are not enabled by default on the xaxis labels (07/22/2015 and 07/23/2015).
Related
there are multiple places that use tooltip in the project, how to unify the style
in addition to configuration in each tooltip, is there any other way?enter image description here
enter image description here
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
Is it possible to use Highstock Options in Yii-Booster Highcharts extension? I've tried to set up rangeSelector property, but it does not work.
Rangeselector is available only in highstock.js, so if Yii uses only highcharts, rangeselector cannot be used.
I am using Highstock 1.2.5.
These are the options I have with my chart.
I am adding colors to yAxis using axis.addPlotBand based on certain conditions.
Also, I am using axis.addPlotLine to draw line some plot values.
Both, these options are set after chart is drawn. As, I have dynamic values.
This works fine no problem. Lately, I have enabled Export options.
Now, The exported pdf is not showing above mentioned changes. How do I do that ?
Second, I have enabled Legend. Is it possible to not to include Legend while exporting chart.
I have two series charted, on mouseover both data point values appear in a popup window. Can you set it that only one of the data series is shown inside this box?
It's controlled by tooltip.shared, which does this when true:
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/tooltip/shared-true/
When false, you should see individual tooltips:
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/tooltip/shared-false/
In regular HighCharts it defaults to non-shared, but HighStock defaults to shared.