[kmymoney] [Bug 408361] Hardly distinguishable line colors in reports

Ralf Habacker bugzilla_noreply at kde.org
Thu Jun 6 00:24:32 BST 2019


https://bugs.kde.org/show_bug.cgi?id=408361

--- Comment #1 from Ralf Habacker <ralf.habacker at 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 the assignee for the bug.


More information about the KMyMoney-devel mailing list