Releases: plotly/plotly.js
Releases · plotly/plotly.js
v1.3.0
Added
Changed
- [Internal] Trace module have now a 1-to-1 correspondence with trace type [#124]
- [Internal] Remove circularize import in colorbar and colorscale module [#136]
Fixed
- Fixed zeroline behavior in gl3d plots [#112]
- Axis
tickangle
consistently used degrees in both svg and gl plots [#131] Plotly.newPlot
destroy mode bar before plotting new one [#125]Plotly.newPlot
removes all event listeners from graph div [#117]- Fixed attribute description for scatter3d marker opacity [#114]
v1.2.1
v1.2.0
Added
- All
Plotly.____
methods now return a promise, and pass the graph-div as an argument [#77] package.json
now haswebpack
field so plotly.js can be used by webpack users [#68]- Add support for rgba colours in pie-charts [#63]
Changed
- Optimized by calling window.getComputedStyle only once [#81]
- Improved npm install process for topojson file resolve [#48]
Fixed
v1.1.1
v1.1.0
Added
- Add three plot config options:
modeBarButtonsToRemove
,
modeBarButtonsToAdd
andmodeBarButtons
which combine
to add the ability to remove specific mode bar buttons add
custom mode bar buttons and fully customize the mode bar [#23].
Fixed
v1.0.0
Plotly is announcing that we have open-sourced plotly.js, the core technology and JavaScript graphing library behind Plotly’s products (MIT license). It's all out there and free. Any developer can now integrate Plotly’s library into their own applications unencumbered.
Added
- Add 2D WebGL plot engine
Changed
- Save to cloud is now done via a modebar button by default,
the'Edit chart'
link is still available through the
'showLink'
plot config. - Better double-click notifier CSS
Fixed
- Fix
Plotly.newPlot
3D and geo bug. - Fix
plotly_click
event bug in latest Chrome and Firefox.
Known limitations
- Different plot types cannot be mixed in subplots.
- 2D WebGL has no image test support.
- Click and hover events are not hooked for gl3d, geo and gl2d
plot types. - Polar charts are under-developed.