From 060432068dc421c81ce79f7c8d2c4e64d29b8e26 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 29 May 2003 22:39:48 +0000 Subject: [PATCH] 2003-05-30 Christian Stimming * src/report/standard-reports/category-barchart.scm: Re-enable reversed legend in stacked barcharts. Needs Guppi 0.40.4 a.k.a. Guppi CVS, though, to actually work. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8457 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 6 ++++++ src/report/standard-reports/category-barchart.scm | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8d6b4e7b56..d6b43a7216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-30 Christian Stimming + + * src/report/standard-reports/category-barchart.scm: Re-enable + reversed legend in stacked barcharts. Needs Guppi 0.40.4 + a.k.a. Guppi CVS, though, to actually work. + 2003-05-29 Christian Stimming * src/import-export/hbci/gnc-hbci-transfer.c: Make sure the amount diff --git a/src/report/standard-reports/category-barchart.scm b/src/report/standard-reports/category-barchart.scm index 343043c205..ca029618de 100644 --- a/src/report/standard-reports/category-barchart.scm +++ b/src/report/standard-reports/category-barchart.scm @@ -416,7 +416,8 @@ developing over time")) (gnc:html-barchart-set-stacked?! chart stacked?) ;; If this is a stacked barchart, then reverse the legend. ;; Doesn't do what you'd expect. - DRH - ;;(gnc:html-barchart-set-legend-reversed?! chart stacked?) + ;; It does work, but needs Guppi 0.40.4. - cstim + (gnc:html-barchart-set-legend-reversed?! chart stacked?) ;; If we have too many categories, we sum them into a new ;; 'other' category and add a link to a new report with just