fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

Linechart: static sideTitles at bottom axis for a sliding window

Open kodejak opened this issue 4 years ago • 1 comments

Hello, I have problems using static sideTitle at bottom axis. I want to use static titles e.g. 0 to 60 with interval of 5, for 60 seconds datas. If list data reached 60 items, I remove the oldest one. Is it possible to use sliding window titles? Currently I have a counter of max int 64 for the bottom axis to insert values. Is it possible to have static sideTitles?

kodejak avatar Apr 22 '22 22:04 kodejak

Did you try to set minX, maxX values?

imaNNeo avatar Apr 29 '22 17:04 imaNNeo