Skip to content

Commit e1e3b48

Browse files
committed
Update changelog
1 parent 198eca7 commit e1e3b48

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
### Fixed
66

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`.
1414

1515
### Added
1616

17-
- Units on legend.
17+
- Units on legend.
1818

1919
## [0.9.2] - 2023-11-22
2020

0 commit comments

Comments
 (0)