Skip to content

Commit 706682e

Browse files
committed
Changes from 7.9.1
1 parent 3859f7f commit 706682e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

changes.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,26 @@
22

33
## Changes in dev
44
1. Use ES6 modules to implement geoworker, enable node.js usage
5-
1. Add missing colors 100 - 127
65
1. Let use hex colors in histogram draw options like "fill_00ff00" or "line_77aa1166"
76
1. Let configure exact axis ticks position via draw option like "xticks:[-3,-1,1,3]"
87
1. Support dark mode when store images
98
1. With 'Shift' key pressed whole graph is moved by dragging action
109
1. Upgrade three.js r174 -> r176
1110
1. Upgrade lil-gui.mjs 0.19.2 -> 0.20.0
1211
1. Remove experimental RHist classes, deprecated in ROOT
13-
1. Fix - colz handling on `THStack`, avoid multiple palette drawings
14-
1. Fix - bug in pad.Divide context menu command
15-
1. Fix - palette not adjusted when 'same' draw option used for histogram
16-
1. Fix - drag and drop of histograms on empty sub-pads
1712
1. Internal - ws members are private, new methods has to be used
1813

1914

15+
## Changes in 7.9.1
16+
1. Fix - colz handling on `THStack`, avoid multiple palette drawings
17+
2. Fix - bug in pad.Divide context menu command
18+
3. Fix - drag and drop of histograms on empty sub-pads
19+
4. Fix - add missing colors 100 - 127
20+
5. Fix - correct online context menu for histogram title
21+
6. Fix - copy all X axis attributes in multi-graph painter
22+
7. Fix - if histogram WebGL drawing fails, fallback to default 2D
23+
24+
2025
## Changes in 7.9.0
2126
1. New draw options:
2227
- 'pol' and 'arr_colz' draw option for `TH2`

0 commit comments

Comments
 (0)