Socket
Socket
Sign inDemoInstall

d3kit

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

3.2.0

Diff

Changelog

Source

3.2.0

  • Add HybridChart
  • Implement plating systems with SvgPlate, CanvasPlate and DivPlate.
kristw
published 3.1.3 •

Changelog

Source

3.1.3

  • Fix issue with CanvasChart when setting style width and height by adding 'px'.
kristw
published 3.1.2 •

Changelog

Source

3.1.2

  • Revert options.offset format from object { x, y } to array [x, y] for consistency with v1-2.
kristw
published 3.1.1 •

Changelog

Source

3.1.1

  • Use existing fitOptions when calling .fit() with no argument.
  • Fix issue with fit watching when it does not resize as expected.
kristw
published 3.1.0 •

Changelog

Source

3.1.0

Change from using DEFAULT_OPTIONS variable to store default options to static function .getDefaultOptions() that creates and returns a new Object. This resolve issues when the value in the options is not plain Object (for example, a scale) and multiple chart instances try to access and modify the default value (scale).

kristw
published 3.0.0 •

Changelog

Source

3.0.0

Rewrite the chart abstraction in es6 and split Skeleton into SvgChart and CanvasChart, both extends from AbstractChart. The resize/auto-resize logic are revisited and published as another library called slimfit. (d3Kit wraps and includes slimfit by default.)

kristw
published 3.0.0-9 •

kristw
published 2.1.0 •

kristw
published 2.0.1 •

kristw
published 3.0.0-8 •

23Next
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