Skip to content

Commit fd2c4d1

Browse files
committed
updated changelog
1 parent 6cd1e9e commit fd2c4d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
import plotly.tools as tls
1616
help(tls.FigureFactory.create_gantt)
1717
```
18-
- Ability to download images in offline mode. By providing an extra keyword `image` to the existing plot calls, you can now download the images of the plots youmake in offline mode.
18+
- Ability to download images in offline mode. By providing an extra keyword `image` to the existing plot calls, you can now download the images of the plots you make in offline mode.
19+
20+
### Fixed
21+
- Fixed check for the height parameter passed to `_plot_html`, and now sets the correct `link text` for plots
22+
generated in offline mode.
1923

2024

2125
## [1.12.1] - 2016-06-19

0 commit comments

Comments
 (0)