File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 3
3
For more context information, please read through the
4
4
[ release notes] ( https://github.com/plotly/plotly.js/releases ) .
5
5
6
+ ## [ 1.2.0] -- 2015-12-07
7
+
8
+ ### Added
9
+ - All ` Plotly.____ ` methods now return a promise, and pass the graph-div as an argument [ #77 ]
10
+ - ` package.json ` now has ` webpack ` field so plotly.js can be used by webpack users [ #68 ]
11
+ - Add support for rgba colours in pie-charts [ #63 ]
12
+
13
+ ### Changed
14
+ - Optimized by calling window.getComputedStyle only once [ #81 ]
15
+ - Improved npm install process for topojson file resolve [ #48 ]
16
+
17
+ ### Fixed
18
+ - Fixed geo-plot promises [ #52 ]
19
+ - Typo fixed in ` No DOM element ` error message [ #64 ]
20
+ - Fix hover labels with hoverinfo 'text' [ #70 ]
21
+ - Fix scaling for gl3d error bars [ #74 ]
22
+
6
23
## [ 1.1.1] -- 2015-12-01
7
24
8
25
### Fixed
You can’t perform that action at this time.
0 commit comments