mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Christopher Lam's 'charts-tooltips-index' into stable.
This commit is contained in:
@@ -212,6 +212,8 @@
|
||||
(cons 'point (list
|
||||
(cons 'pointStyle #f)))))
|
||||
(cons 'tooltips (list
|
||||
(cons 'mode 'index)
|
||||
(cons 'intersect #f)
|
||||
(cons 'callbacks (list
|
||||
(cons 'label #f)))))
|
||||
|
||||
|
||||
@@ -291,10 +291,6 @@ date point, a projected minimum balance including scheduled transactions."))
|
||||
(gnc:html-chart-set-currency-symbol!
|
||||
chart (gnc-commodity-get-nice-symbol currency))
|
||||
|
||||
;; Allow tooltip in whole chartarea
|
||||
(gnc:html-chart-set! chart '(options tooltips mode) "index")
|
||||
(gnc:html-chart-set! chart '(options tooltips intersect) #f)
|
||||
|
||||
;; We're done!
|
||||
(gnc:html-document-add-object! document chart)
|
||||
(gnc:report-finished))))
|
||||
|
||||
Reference in New Issue
Block a user