Plotly

Latest version: v5.22.0

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 48 of 63

1.24.2

Fixed
- Fix removal of last annotation or shape [[1451](https://github.com/plotly/plotly.js/pull/1451)]
- Fix shape and image clip path removal [[1453](https://github.com/plotly/plotly.js/pull/1453)]
- Fix overdrawing of data-referenced images [[1453](https://github.com/plotly/plotly.js/pull/1453)]
- Make handling of `layer: 'below'` shape more robust [[1453](https://github.com/plotly/plotly.js/pull/1453)]
- Allow multiple `parcoords` dimensions with the same label [[1457](https://github.com/plotly/plotly.js/pull/1457)]

1.24.1

Fixed
- Ensure that calling restyle or relayout in a `plotly_unhover` handler does not
result in an infinite loop (bug introduced in 1.24.0) [[1448](https://github.com/plotly/plotly.js/pull/1448)]
- Ensure autorange routine is bypassed when axis range is set (bug introduced in
1.24.0) [[1425](https://github.com/plotly/plotly.js/pull/1425)]
- Fix annotations dragging in editable mode (bug introduced in 1.22.0) [[1441](https://github.com/plotly/plotly.js/pull/1441)]
- Show correct curve number in gl2d hover data [[1427](https://github.com/plotly/plotly.js/pull/1427)]
- Clear parcoords canvas specially if no panel exist [[1440](https://github.com/plotly/plotly.js/pull/1440)]
- Fix parcoords to render last block increment [[1447](https://github.com/plotly/plotly.js/pull/1447)]
- Axis refs in hover data are not plagued by circular references [[1431](https://github.com/plotly/plotly.js/pull/1431)]

1.24.0

Added
- Add `parcoords` trace type (parallel coordinate plots) [[1256](https://github.com/plotly/plotly.js/pull/1256)]
- Add support for multiple range sliders [[1355](https://github.com/plotly/plotly.js/pull/1355)]
- Add `'aitoff'` and `'sinusoidal'` geo projection types [[1422](https://github.com/plotly/plotly.js/pull/1422)]
- Implement `scene.dragmode: false` to disable drag interaction on 3D subplots
[[1377](https://github.com/plotly/plotly.js/pull/1377)]
- Add `showAxisDragHandles` and `showAxisRangeEntryBoxes` configuration options
[[1389](https://github.com/plotly/plotly.js/pull/1389)]
- Add `customdata` attribute to scatter traces to add custom data to scatter SVG
nodes [[1379](https://github.com/plotly/plotly.js/pull/1379)]

Changed
- Consistent handling of array containers during `relayout` [[1403](https://github.com/plotly/plotly.js/pull/1403)]
- Improve hover for `choropleth` traces [[1401](https://github.com/plotly/plotly.js/pull/1401)]
- Make range slider handles and mask crispier [[1409](https://github.com/plotly/plotly.js/pull/1409)]
- Bump `country-regex` dependency to `1.1.0` [[1392](https://github.com/plotly/plotly.js/pull/1392)]

Fixed
- Fix 3D on iOS devices [[1411](https://github.com/plotly/plotly.js/pull/1411)]
- Fix `surface` trace opacity scaling [[1415](https://github.com/plotly/plotly.js/pull/1415)]
- Fix hover data in animations [[1274](https://github.com/plotly/plotly.js/pull/1274)]
- Fix annotations edit when dragging from one axis to another [[1403](https://github.com/plotly/plotly.js/pull/1403)]
- Fix 3D hover labels for date axes [[1414](https://github.com/plotly/plotly.js/pull/1414)]
- Deleting cartesian subplots now clear their corresponding axis titles [[1393](https://github.com/plotly/plotly.js/pull/1393)]
- Fix hover for xyz column `heatmap` trace `'text'` [[1417](https://github.com/plotly/plotly.js/pull/1417)]
- Fix `scattermapbox` lines with trailing gaps [[1421](https://github.com/plotly/plotly.js/pull/1421)]
- Make `restyle`, `relayout` and `update` not mutate input update objects [[1376](https://github.com/plotly/plotly.js/pull/1376)]
- Fix race condition in gl2d `toImage` [[1388](https://github.com/plotly/plotly.js/pull/1388)]
- Fix handling of `Virgin Islands` country name [[1392](https://github.com/plotly/plotly.js/pull/1392)]
- Fix `Plotly.validate` for `colorscale` attributes [[1420](https://github.com/plotly/plotly.js/pull/1420)]

1.23.2

Changed
- Bower installs now fetch un-minified `dist/plotly.js` bundle [[1373](https://github.com/plotly/plotly.js/pull/1373)]
- Add package to packagist repository [[1375](https://github.com/plotly/plotly.js/pull/1375)]

1.23.1

Fixed
- Fix `relayout` for `scene.camera` values [[1364](https://github.com/plotly/plotly.js/pull/1364)]
- Fix scaling on axis corner drag interactions for `bar` traces [[1370](https://github.com/plotly/plotly.js/pull/1370)]
- Allow `bar` and `histogram` traces to coexist on same subplot [[1365](https://github.com/plotly/plotly.js/pull/1365)]
- Fix `bar` position computations when placeholder traces are present [[1310](https://github.com/plotly/plotly.js/pull/1310)]
- Fix auto-axis-type routine for data-less `candelestick`traces [[1359](https://github.com/plotly/plotly.js/pull/1359)]

1.23.0

Added
- Add scrollbox to long dropdown updatemenus [[1214](https://github.com/plotly/plotly.js/pull/1214)]

Fixed
- Multiple IE9 fixes [[1332](https://github.com/plotly/plotly.js/pull/1332)]
- Ensure that `plotly_afterplot` is fired before `Plotly.plot` promise is
resolved [[1342](https://github.com/plotly/plotly.js/pull/1342)]
- Fix exception when dragging graphs with empty text labels [[1336](https://github.com/plotly/plotly.js/pull/1336)]
- Fix exception when creating empty `ohlc` and `candlestick` traces [[1348](https://github.com/plotly/plotly.js/pull/1348)]
- Fix `editable: true` legend items logic for `ohlc` and `candlestick` traces [[1349](https://github.com/plotly/plotly.js/pull/1349)]
- Fix restyle for contour traces in cases where autocontour is defaulted to true
[[1338](https://github.com/plotly/plotly.js/pull/1338)]
- Fix edge case in axis label tick assignments [[1324](https://github.com/plotly/plotly.js/pull/1324)]
- Fix vanishing titles text in `editable: true` [[1351](https://github.com/plotly/plotly.js/pull/1351)]
- Fix 3D thumbnail image generation [[1327](https://github.com/plotly/plotly.js/pull/1327)]

Page 48 of 63

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.