Robert Norris

Results 2 comments of Robert Norris

For now, I have managed this by using `max(data1.reduce(max), data2.reduce(max))` in the `max` field of the LinearScale for both Variables. But I don't really like this as a solution, especially...

I think the issue is likely related to this https://github.com/flutter/flutter/issues/96369. I hope it gets fixed soon