plotly.js 1.58.3 → 1.58.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/README.md +25 -25
  3. package/dist/plot-schema.json +13 -13
  4. package/dist/plotly-basic.js +434 -326
  5. package/dist/plotly-basic.min.js +4 -4
  6. package/dist/plotly-cartesian.js +551 -443
  7. package/dist/plotly-cartesian.min.js +4 -4
  8. package/dist/plotly-finance.js +515 -407
  9. package/dist/plotly-finance.min.js +4 -4
  10. package/dist/plotly-geo-assets.js +2 -2
  11. package/dist/plotly-geo.js +438 -330
  12. package/dist/plotly-geo.min.js +4 -4
  13. package/dist/plotly-gl2d.js +616 -508
  14. package/dist/plotly-gl2d.min.js +10 -10
  15. package/dist/plotly-gl3d.js +340 -271
  16. package/dist/plotly-gl3d.min.js +3 -3
  17. package/dist/plotly-mapbox.js +448 -340
  18. package/dist/plotly-mapbox.min.js +4 -4
  19. package/dist/plotly-with-meta.js +805 -736
  20. package/dist/plotly.js +801 -732
  21. package/dist/plotly.min.js +3 -3
  22. package/package.json +1 -1
  23. package/src/components/colorscale/index.js +1 -1
  24. package/src/components/errorbars/attributes.js +1 -1
  25. package/src/components/fx/hover.js +1 -1
  26. package/src/components/sliders/draw.js +1 -1
  27. package/src/lib/index.js +2 -1
  28. package/src/lib/preserve_drawing_buffer.js +68 -0
  29. package/src/plot_api/plot_api.js +1 -1
  30. package/src/plots/gl3d/scene.js +16 -18
  31. package/src/traces/carpet/attributes.js +2 -2
  32. package/src/traces/carpet/create_i_derivative_evaluator.js +1 -1
  33. package/src/traces/carpet/plot.js +1 -1
  34. package/src/traces/carpet/set_convert.js +2 -2
  35. package/src/traces/carpet/smooth_fill_2d_array.js +1 -1
  36. package/src/traces/parcats/attributes.js +1 -1
  37. package/src/traces/scatter/plot.js +1 -1
  38. package/src/traces/scattercarpet/plot.js +1 -1
  39. package/src/version.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * plotly.js v1.58.3
2
+ * plotly.js v1.58.4
3
3
  * Copyright 2012-2020, Plotly, Inc.
4
4
  * All rights reserved.
5
5
  * Licensed under the MIT license
@@ -84,7 +84,7 @@ exports.topojson = saneTopojson;
84
84
  'use strict';
85
85
 
86
86
  // package version injected by `npm run preprocess`
87
- exports.version = '1.58.3';
87
+ exports.version = '1.58.4';
88
88
 
89
89
  },{}]},{},[16])(16)
90
90
  });