fl_chart
fl_chart copied to clipboard
Linechart: static sideTitles at bottom axis for a sliding window
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?
Did you try to set minX, maxX values?