djoshi
Posts: 61
Joined: Fri Mar 26, 2021 5:16 pm

Plot tool tip and series text adjustment

Hi

This is my current plot.

1. How can I swap the time stamp tool tip from displaying at the bottom of the screen to the top?

2.Is it also possible to hide "Series 1" text at the bottom of the plot?
plot_change_advice.png
plot_change_advice.png (19.78 KiB) Viewed 250 times
kamil.m
Posts: 892
Joined: Thu May 19, 2022 1:33 pm

Re: Plot tool tip and series text adjustment

Hello,

I have prepared a simple demo with a shared tooltip, where the timestamp part is moved to the top of the plot.
DEMO: https://jsfiddle.net/BlackLabel/6jvdw1a4/
API Reference: https://api.highcharts.com/highcharts/t ... positioner

To get rid of the series name in the legend, simply set the series.showInLegend property to false.
DEMO: https://jsfiddle.net/BlackLabel/taokgp23/
API Reference: https://api.highcharts.com/highcharts/s ... owInLegend

Best regards!
Kamil Musiałowski
Highcharts Developer

Return to “Highcharts Stock”