mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
8229a40084
commit
060432068d
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user