Relative Content

Tag Archive for javascripthighcharts

Configuring the Highcharts Library slider (stocks)

I have a stock chart of the Highcharts library. How to adjust the position of the right and left slider in the picture. I need that when I click on the “now” button, the left slider moves to today’s date, and the right one is at a distance from it, for example, 3 hours enter image description here

Configuring the Highcharts Library slider (stocks)

I have a stock chart of the Highcharts library. How to adjust the position of the right and left slider in the picture. I need that when I click on the “now” button, the left slider moves to today’s date, and the right one is at a distance from it, for example, 3 hours enter image description here

Configuring the Highcharts Library slider (stocks)

I have a stock chart of the Highcharts library. How to adjust the position of the right and left slider in the picture. I need that when I click on the “now” button, the left slider moves to today’s date, and the right one is at a distance from it, for example, 3 hours enter image description here

Configuring the Highcharts Library slider (stocks)

I have a stock chart of the Highcharts library. How to adjust the position of the right and left slider in the picture. I need that when I click on the “now” button, the left slider moves to today’s date, and the right one is at a distance from it, for example, 3 hours enter image description here

Configuring the Highcharts Library slider (stocks)

I have a stock chart of the Highcharts library. How to adjust the position of the right and left slider in the picture. I need that when I click on the “now” button, the left slider moves to today’s date, and the right one is at a distance from it, for example, 3 hours enter image description here

Configuring the Highcharts Library slider (stocks)

I have a stock chart of the Highcharts library. How to adjust the position of the right and left slider in the picture. I need that when I click on the “now” button, the left slider moves to today’s date, and the right one is at a distance from it, for example, 3 hours enter image description here

Higcharts annotations for Wordcloud and Dependency wheel

I’m trying to add annotations for Highcharts charts, and I’m having trouble with Wordcloud and Dependency wheel. API docs states that annotations could be specified via the point ID, so I tried to do that, but Wordcloud display the annotation in the top left corner, and Dependency wheel just does not display anything.

Double finger zoom not keeping the highchart in sync with the navigator

I’m facing an issue with the Highcharts navigator. When I create the navigator using the navigator attribute within the Highcharts configuration, a double-finger scroll over the chart zooms in/out both the chart and the navigator simultaneously. However, when I implement the navigator using the Highcharts.navigator object, the double-finger scroll only zooms in/out the chart, but not the navigator.