mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 00:09:23 +07:00

* Do not recreate the Line Chart every time * Simplifed the Line Chart creation * Do not create objects in draw(): VictoryScreenCivGroup table * Do not create objects in draw(): Labels * Create labels without negative Y * Lift the X axis if there is an negative number * Arbitrary number of -Y labels * Autoscale by Y axis * Zoom in/out by click * Autoscale by X axis * Unit tests for LineChart * Rework of the line chart rendering