Bug 799514 - Pie chart hovering shows wrong information in pop-up

Set intersect to true for pie charts.
pull/2064/head^2
Sherlock 1 year ago committed by John Ralls
parent 5ce3a9dd1d
commit ee42f979d6

@ -271,7 +271,8 @@
(gnc:html-chart-get chart '(type)))
(define (gnc:html-chart-set-type! chart type)
(gnc:html-chart-set! chart '(type) type))
(gnc:html-chart-set! chart '(type) type)
(gnc:html-chart-set! chart '(options tooltips intersect) (equal? type 'pie)))
(define (gnc:html-chart-title chart)
(gnc:html-chart-get chart '(options title text)))

Loading…
Cancel
Save