Highstock time series navigator blank - time-series

I have an Highstock time series chart,in this chart the time navigator is blank even if there is data.

Related

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?

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.

How to create navigation column chart in stacked column high chart

We are using Highcharts and highstock library in our application to create a statcked column chart and want to represent the status of the column stacked chart by a navigator column chart. We want to create to navigator column chart in such a way that the navigator column chart will shown data from my own custom series instead of series from main chart depending on value of "baseSeries".
Here, the problem is that even after using series with my own data attribute in navigator column chart, i am still getting a navigator chart with data same as the first series i.e. dafault navigator chart.
Please go through this js fiddle:
<code> http://jsfiddle.net/54v04uxc/10/ </code>
I am not getting the issue that is causing the display of default data in navigation chart instead of my custom series with my own data attribute
You should use navigator.series as an object, not as an array: http://api.highcharts.com/highstock/navigator.series

How to create navigator series for Highstock stacked column chart

I have a stacked column chart. In this chart the navigator is blank and it doesnt show the proper line.
I want create the series for stacked column chart. What should be the structure of the series?

How to get time interval of candlestick in candlestick chart in highchart

I was trying candlestick chart using highchart ( highstock ) and find out that when I increase/decrease Navigator in candlestick chart the width of candlestick get changed. Sometime it display high, open, close and low for one hour interval whereas sometime it is displaying for month. I would like to grab these dynamically changed candlestick width ( not the pixel width but the real time interval) and display them in the chart title. Is there anyway I can get these information and update them dynamically in chart subtitle?
http://www.highcharts.com/stock/demo/candlestick
Thank You
What you are seeing are the effects of plotOptions.series.dataGrouping (API Reference) where the data is grouped and values are approximated to display the data faster. If you look at the example for units on the above linked page you'll find that you can determine and set what those groupings are. The grouping isn't truly dynamic, it's predefined.

Resources