We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9cb17 commit 6080d80Copy full SHA for 6080d80
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.2.2] - TBA
6
+### Added
7
+- bullet chart figure factory. Call `help(plotly.figure_factory.create_bullet)` for examples and how to get started making bullet charts with the API.
8
+
9
## [2.2.1] - 2017-10-26
10
### Fixed
11
- presentation objects now added to setup.py
plotly/version.py
@@ -1 +1 @@
1
-__version__ = '2.2.1'
+__version__ = '2.2.2'
0 commit comments