|
2 | 2 |
|
3 | 3 | ## Changes in dev
|
4 | 4 | 1. Use ES6 modules to implement geoworker, enable node.js usage
|
5 |
| -1. Add missing colors 100 - 127 |
6 | 5 | 1. Let use hex colors in histogram draw options like "fill_00ff00" or "line_77aa1166"
|
7 | 6 | 1. Let configure exact axis ticks position via draw option like "xticks:[-3,-1,1,3]"
|
8 | 7 | 1. Support dark mode when store images
|
9 | 8 | 1. With 'Shift' key pressed whole graph is moved by dragging action
|
10 | 9 | 1. Upgrade three.js r174 -> r176
|
11 | 10 | 1. Upgrade lil-gui.mjs 0.19.2 -> 0.20.0
|
12 | 11 | 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 |
17 | 12 | 1. Internal - ws members are private, new methods has to be used
|
18 | 13 |
|
19 | 14 |
|
| 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 | + |
20 | 25 | ## Changes in 7.9.0
|
21 | 26 | 1. New draw options:
|
22 | 27 | - 'pol' and 'arr_colz' draw option for `TH2`
|
|
0 commit comments