Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Dec 20, 2023
1 parent 198eca7 commit e1e3b48
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

### Fixed

- Type-fest dependency added as normal instead of dev.
- Added missing `cvizzu.d.ts` and `cvizzu.types.d.ts` to the `npm` package.
- When only logo rendered chart resized, the previous drawn logo position was not deleted.
- At the mouse events the lib is not queried the exact rendered chart position through API.
- On axis labels sometimes missed a space character between value and unit.
- Rendered label units are suddenly disappeared when target plot does not contain a unit.
- Remove "rotate" setting, add "angle" setting.
- Corrected listing of Type-fest dependency from development to normal.
- Added missing `cvizzu.d.ts` and `cvizzu.types.d.ts` to the npm package.
- Logo positioning issue in charts when only the logo is rendered and the chart is resized.
- API issue where exact chart position was not accurately queried during mouse events.
- Missing space between value and unit in axis labels.
- Bug fixed where rendered label units disappeared when target plot did not contain a unit.
- Configuration of experimental plot rotation feature changed from relative `rotate` to absolute `angle`.

### Added

- Units on legend.
- Units on legend.

## [0.9.2] - 2023-11-22

Expand Down

0 comments on commit e1e3b48

Please sign in to comment.