Skip to content

Fix Scaling XYChartView

Removing an instruction to disable the scaling in scene for all XYChartView

Instead of preventing font from scaling, this instruction will only prevent margin and tick interval to be correctly calculated on tiled screen. For that reason, removing it improve the overall quality of tile scaled window.

Support for HiDpi screen ( which do not require scaling of font, nor of margin ) may force to reimplement some part of the renderer, and is out of scope of this MR.

Merge request reports