2003-05-30 Christian Stimming <stimming@tuhh.de>

* 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
This commit is contained in:
Christian Stimming 2003-05-29 22:39:48 +00:00
parent 8229a40084
commit 060432068d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-05-30 Christian Stimming <stimming@tuhh.de>
* 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 <stimming@tuhh.de> 2003-05-29 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/gnc-hbci-transfer.c: Make sure the amount * src/import-export/hbci/gnc-hbci-transfer.c: Make sure the amount

View File

@ -416,7 +416,8 @@ developing over time"))
(gnc:html-barchart-set-stacked?! chart stacked?) (gnc:html-barchart-set-stacked?! chart stacked?)
;; If this is a stacked barchart, then reverse the legend. ;; If this is a stacked barchart, then reverse the legend.
;; Doesn't do what you'd expect. - DRH ;; 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 ;; If we have too many categories, we sum them into a new
;; 'other' category and add a link to a new report with just ;; 'other' category and add a link to a new report with just