Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Oct 26, 2024
1 parent 6bb0635 commit 4086a0a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [Unreleased]

### Fixed

- Properly handle `:zoomable` option in `Tucan.Finance.candlestic/7` and other multi-layer
plots.

## [v0.4.0](https://github.com/pnezis/tucan/tree/v0.4.0) (2024-10-21)

### Added
Expand Down Expand Up @@ -41,7 +48,7 @@ Tucan.layers([
#### Other

- Support zoom and pan with mouse in all plots. You can use your mouse to zoom and pan
any plot if `:zoomable` option is set to `true`. You can also reset the view with a double click.
most plots if `:zoomable` option is set to `true`. You can also reset the view with a double click.

```tucan
Tucan.scatter(:iris, "petal_width", "petal_length", zoomable: true)
Expand Down

0 comments on commit 4086a0a

Please sign in to comment.