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