Because the line chart cannot be scrolled,I wrapped it with a SingleChildScrollView component.
However, it created a new issue where the unit scale values of the y-axis are always displayed at the far left or far right.
So, I customized a Column component to stack it and display the unit values, but I am having trouble accurately positioning it.
Do you have any suggestions?
Because the line chart cannot be scrolled,I wrapped it with a SingleChildScrollView component. However, it created a new issue where the unit scale values of the y-axis are always displayed at the far left or far right. So, I customized a Column component to stack it and display the unit values, but I am having trouble accurately positioning it. Do you have any suggestions?
I am using the latest version.