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 f691c85 commit dc9e8ceCopy full SHA for dc9e8ce
CHANGELOG.md
@@ -1,8 +1,21 @@
1
-# plotly.js changelog.
+# plotly.js changelog
2
3
For more context information, please read through the
4
[release notes](https://github.com/plotly/plotly.js/releases).
5
6
+### [1.1.0] -- 2015-11-25
7
+
8
+### Added
9
+- Add three plot config options: `modeBarButtonsToRemove`,
10
+ `modeBarButtonsToAdd` and `modeBarButtons` which combine
11
+ to add the ability to remove specific mode bar buttons add
12
+ custom mode bar buttons and fully customize the mode bar.
13
14
+### Fixed
15
+- Fix installation from npm3 [#12]
16
+- Fix UMD in plotly.js dist files [#18]
17
+- Fix for blank elements in a text array [#31]
18
19
## [1.0.0] -- 2015-11-17
20
21
First fully open source release.
0 commit comments