mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-06-12 Dave Peticolas <dave@krondo.com>
* src/scm/report/account-piecharts.scm: same as below * src/scm/report/category-barchart.scm: remove hint text git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4633 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2001-06-12 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/scm/report/account-piecharts.scm: same as below
|
||||
|
||||
* src/scm/report/category-barchart.scm: remove hint text
|
||||
|
||||
* src/engine/gnc-book.c (gnc_book_get_file_lock): some filesystems
|
||||
don't support hard links. If the error code indicates this, go
|
||||
ahead and grant the lock. Is there a better way?
|
||||
|
||||
@@ -372,23 +372,7 @@ balance at a given time"))
|
||||
combined)))
|
||||
(gnc:html-piechart-set-labels! chart legend-labels))
|
||||
|
||||
(gnc:html-document-add-object! document chart)
|
||||
|
||||
(if (gnc:option-value
|
||||
(gnc:lookup-global-option "General"
|
||||
"Display \"Tip of the Day\""))
|
||||
(gnc:html-document-add-object!
|
||||
document
|
||||
(gnc:make-html-text
|
||||
(gnc:html-markup-p
|
||||
"Double-click on any legend box or pie slice opens either the \
|
||||
register or, if the account has subaccounts, opens \
|
||||
another piechart report with precisely those subaccounts.")
|
||||
(gnc:html-markup-p "Dragging with left button \
|
||||
lets you drag single slices out of the pie. \
|
||||
Dragging with right button lets you rotate the pie. ")
|
||||
(gnc:html-markup-p "Remove this text by disabling \
|
||||
the global Preference \"Display Tip of the Day\".")))))
|
||||
(gnc:html-document-add-object! document chart))
|
||||
|
||||
(gnc:html-document-add-object!
|
||||
document
|
||||
|
||||
@@ -446,24 +446,7 @@ developing over time"))
|
||||
(gnc:html-barchart-set-button-1-legend-urls!
|
||||
chart (append urls urls)))
|
||||
|
||||
(gnc:html-document-add-object! document chart)
|
||||
|
||||
(if (gnc:option-value
|
||||
(gnc:lookup-global-option "General"
|
||||
"Display \"Tip of the Day\""))
|
||||
(gnc:html-document-add-object!
|
||||
document
|
||||
(gnc:make-html-text
|
||||
(gnc:html-markup-p
|
||||
"If you don't see a stacked barchart i.e. you only see \
|
||||
lots of thin bars next to each other for each date, then you \
|
||||
should upgrade Guppi to version 0.35.5.")
|
||||
(gnc:html-markup-p
|
||||
"Double-click on any legend box or any bar opens \
|
||||
another barchart report with the subaccounts of that account or, \
|
||||
if that account doesn't have subaccounts, the register for the account.")
|
||||
(gnc:html-markup-p "Remove this text by disabling \
|
||||
the global Preference \"Display Tip of the Day\".")))))
|
||||
(gnc:html-document-add-object! document chart))
|
||||
|
||||
;; else if empty data
|
||||
(gnc:html-document-add-object!
|
||||
|
||||
Reference in New Issue
Block a user