How to implement a track ball as the line series for column, ohlc and candlestick in highstock? - highcharts

We want to show the same trackball for the column, ohlc and candlestick series style as line series in highstock(show a circle symbol track ball).
Is there suggestions or ways that we can follow to implement this within highstock?
And we meet another issue, it when we change the chart style from OHLC to line, by updating the data and style of the series, it will cause the chart to show empty, is there way to resovle this issue?
Thansk

Related

Highcharts Stacked area charts

I want to have a stacked area chart with missing data points having x-axis as date time and y-axis as products quantity. How can I achieve this?
I have tried using line chart and area chart but it is not solving the purpose.

How to edit tooltip in superset chart

I'm new to superset and discovering whether it is available to edit the tooltip in a line chart.
For example the line chart is with date as x-axis and price as y-axis, so the tooltip only shows these two information. But I want the tooltip also showing the cost without adding it to the chart. Is it able to accomplish it in superset?

change background color for highchart candlestick plot

I'm using highcharts candlestick chart to show our data.
In our chart we are actually showing N series with the same amount of data points, so we also want to group data points at the same index together. Like in the picture, each series has 6 data points, and we group 2N-th points of each series together by changing background color.
However we didn't find a way to change background color of candlestick chart, or is there any other way in highcharts could somehow show grouping data together?
You can use plotBands. Take a look at the example.
API Reference:
https://api.highcharts.com/highcharts/xAxis.plotBands
Example:
http://jsfiddle.net/8jrxx1t2/

HighStock with Multiple X-Axes, ToolTip is not showing values of all series

I am using HighStock for comparative analysis, where it shows same number of series during different time periods, as shown in this fiddle.
It has multiple x and y axes. when I move mouse over the chart, it shows series wit value at mouse current location.
Problem:
Problem in this chart is, tooltip do not show values of all series, but a few and those series change in tooltip window. I want tooltip to show all series with corresponding or nearest point value at mouse location.
Another problem is with navigator, navigator is showing only dates corresponding to first x-axis it should show dates of all axes, stacked one above the other(like in chart),
Moreover, when I minimize the navigator window, it shorten only first x-axis but not all, I want it to shorten all x-axes. The said issue can be observed in following image.

highchart Stacked-area - Grouping small series

Is there a way to group small series in a new 'Others' series?
I have a chart with some series that are very small, so their areas almost doesn't appears in the chart. So, what I want is to group those small series making a new serie a little bigger called 'Others'.
I did it by grouping my small series before setting them to the chart, but I think it would be better if highchart do it by his own. This way, if we hide a serie clicking in its legend, the chart could recalculte and check if the 'Others' could be ungrouped.
For example:
http://www.highcharts.com/demo/area-stacked
Since Europe and Oceania series are the smallest areas in the chart, is it possible to set some property for Highchart group those 2 series in a new one, called 'Others'? And when we click on the legend to hide some serie, highchart dinamically recalculate to check if the 'Others' serie could be divided again the the 'real' series

Resources