https://bugs.kde.org/show_bug.cgi?id=449868
--- Comment #11 from Nate Graham <n...@kde.org> --- > A quick and simple solution is to set the spacing to a fixed 2px size rather > than using either > calculation which will yield a very quick and easy to read graph that scales > well in both views. That makes sense to me. Would you be interested in submitting a merge request to do this? Side note: don't actually use 2px, use Math.floor(Kirigami.Units.smallSpacing) which will give you the same thing, but also adjust to the user's font size if they choose a huge font. -- You are receiving this mail because: You are watching all bug changes.