Perspective - Times series chart - label for bars

Hello,
how can i add lables related to bar, in a time series chart?

thanks

Someone in a previous post managed to do it by making a second copy of the data as a line render and set it's width to 0 to not show the line, but keep the text displayed from the bullets. This was done on an XY chart instead of a TimeSeriesChart though, so you would have to switch the component.

See this post below:

hello, i did it on xy chart as well, but i would like to do it on a timeserieschart. In the xy chart i have issue on x axis management...

I would suggest using the Apex chart module. Apex charts are more flexible and once you figure out how they work you can do anything.