Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@d3fc/d3fc-chart

Package Overview
Dependencies
Maintainers
3
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-chart - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.5...@d3fc/d3fc-chart@4.0.6) (2020-07-10)
**Note:** Version bump only for package @d3fc/d3fc-chart
## [4.0.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.4...@d3fc/d3fc-chart@4.0.5) (2020-06-22)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@d3fc/d3fc-chart",
"version": "4.0.5",
"version": "4.0.6",
"description": "A simple Cartesian chart component that renders to canvas or SVG.",

@@ -38,3 +38,3 @@ "license": "MIT",

},
"gitHead": "288aae73a21ccaa44caeb4bb4f365a1b2cbce6e9"
"gitHead": "df5fae1816a11a215d71872b939581cd6194916f"
}

@@ -255,5 +255,5 @@ # d3fc-chart

If *xAxis* is specified, it must be an object with the required x-axis factory function (*left* if *yOrient*="left" or *right* if *yOrient*="right").
If *xAxis* is specified, it must be an object with the required x-axis factory function (*top* if *xOrient*="top" or *bottom* if *xOrient*="bottom").
If *yAxis* is specified, it must be an object with the required y-axis factory function (*top* if *xOrient*="top" or *bottom* if *xOrient*="bottom").
If *yAxis* is specified, it must be an object with the required y-axis factory function (*left* if *yOrient*="left" or *right* if *yOrient*="right").

@@ -260,0 +260,0 @@ <a name="cartesian_svgPlotArea" href="#cartesian_svgPlotArea">#</a> *cartesian*.**svgPlotArea**(*component*)

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc