https://bugs.kde.org/show_bug.cgi?id=408361
--- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Ralf Habacker from comment #0) > 2. add support to let the user choose a color palette from a predefined set After looking into the code I found that exactly this case is already be implemented. :-) Unfortunally in kmymoney/settings/kmymoney.kcfg there is: <entry name="ChartsPalette" type="Int"> <label>The palette used to render charts</label> <default>2</default> <min>0</min> <max>2</max> </entry> which indicates that the default setting is set to 2 (='subdued') and produces exactly the colors from the screenshot. Using either 'default' or 'rainbow' gives much better results. At least for new users the default value should be set to 'default' from my opinion. -- You are receiving this mail because: You are watching all bug changes.