File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Fixed
6
6
7
- - Type-fest dependency added as normal instead of dev .
8
- - Added missing ` cvizzu.d.ts ` and ` cvizzu.types.d.ts ` to the ` npm ` package.
9
- - When only logo rendered chart resized, the previous drawn logo position was not deleted.
10
- - At the mouse events the lib is not queried the exact rendered chart position through API .
11
- - On axis labels sometimes missed a space character between value and unit.
12
- - Rendered label units are suddenly disappeared when target plot does not contain a unit.
13
- - Remove " rotate" setting, add " angle" setting.
7
+ - Corrected listing of Type-fest dependency from development to normal .
8
+ - Added missing ` cvizzu.d.ts ` and ` cvizzu.types.d.ts ` to the npm package.
9
+ - Logo positioning issue in charts when only the logo is rendered and the chart is resized.
10
+ - API issue where exact chart position was not accurately queried during mouse events .
11
+ - Missing space between value and unit in axis labels .
12
+ - Bug fixed where rendered label units disappeared when target plot did not contain a unit.
13
+ - Configuration of experimental plot rotation feature changed from relative ` rotate ` to absolute ` angle ` .
14
14
15
15
### Added
16
16
17
- - Units on legend.
17
+ - Units on legend.
18
18
19
19
## [ 0.9.2] - 2023-11-22
20
20
You can’t perform that action at this time.
0 commit comments