Socket
Socket
Sign inDemoInstall

plotly.js-cartesian-dist

Package Overview
Dependencies
0
Maintainers
14
Versions
156
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    plotly.js-cartesian-dist

Ready-to-use plotly.js cartesian distributed bundle.


Version published
Weekly downloads
9.7K
increased by3.16%
Maintainers
14
Install size
3.30 MB
Created
Weekly downloads
 

Changelog

Source

[2.28.0] -- 2024-01-05

Added

  • Add align option to sankey nodes to control horizontal alignment [#6800], with thanks to @adamreeve for the contribution!
  • Add the possibility of loading "virtual-webgl" script for WebGL 1 to help display several WebGL contexts on a page [#6784], with thanks to @greggman for the contribution!
  • Add options to use base64 encoding (bdata) and shape (for 2 dimensional arrays) to declare various typed arrays i.e. dtype=(float64|float32|int32|int16|int8|uint32|uint16|uint8) [#5230]

Fixed

  • Fix scattergl rendering bug on M1 mac devices [#6830], with thanks to @justinjhendrick for the contribution!
  • Fix hovering over sankey node only fully highlights first trace [#6799], with thanks to @DominicWuest for the contribution!
  • Fix error when the mouse moves to x=0 while dragging a rangeslider [#6780], with thanks to @david-bezero for the contribution!
  • Fix duplicated of major and minor ticks in calc data [#6829], with thanks to @ayjayt for the contribution!
  • Fix charset test dashboard [#6826], with thanks to @ayjayt for the contribution!
  • Fix range defaults to take into account minallowed and maxallowed values of the axis [#6796]
  • Fix scattergl legend when marker.angle is an array [#6787]
  • Fix plot schema not to show line.shape options for scatterpolargl trace [#6781]

Readme

Source

plotly.js-cartesian-dist

Ready-to-use plotly.js cartesian distributed bundle.

Contains trace modules bar, box, contour, heatmap, histogram, histogram2d, histogram2dcontour, image, pie, scatter, scatterternary and violin.

For more info on plotly.js, go to https://github.com/plotly/plotly.js#readme

Installation

npm install plotly.js-cartesian-dist

Usage

// ES6 module
import Plotly from 'plotly.js-cartesian-dist'

// CommonJS
var Plotly = require('plotly.js-cartesian-dist')

Code and documentation copyright 2024 Plotly, Inc.

Code released under the MIT license.

Docs released under the Creative Commons license.

Please visit complete list of dependencies.

Keywords

FAQs

Last updated on 05 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc