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 2.6.0 to 2.6.1

10

CHANGELOG.md

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

<a name="2.6.1"></a>
## [2.6.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.6.0...@d3fc/d3fc-chart@2.6.1) (2019-05-28)
**Note:** Version bump only for package @d3fc/d3fc-chart
<a name="2.6.0"></a>

@@ -225,3 +233,3 @@ # [2.6.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.5.9...@d3fc/d3fc-chart@2.6.0) (2019-05-28)

* use single d3 reference for bundleSpecs ([3d0a47e](https://github.com/d3fc/d3fc/commit/3d0a47e))
* use single D3 reference for bundleSpecs ([3d0a47e](https://github.com/d3fc/d3fc/commit/3d0a47e))

@@ -228,0 +236,0 @@

18

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

@@ -24,5 +24,5 @@ "license": "MIT",

"devDependencies": {
"@d3fc/d3fc-annotation": "^2.4.0",
"@d3fc/d3fc-extent": "^3.1.3",
"@d3fc/d3fc-scripts": "^2.0.4",
"@d3fc/d3fc-annotation": "^2.4.1",
"@d3fc/d3fc-extent": "^3.1.4",
"@d3fc/d3fc-scripts": "^2.0.5",
"babel-polyfill": "^6.13.0",

@@ -32,7 +32,7 @@ "d3": "^4.2.5"

"dependencies": {
"@d3fc/d3fc-axis": "^2.2.0",
"@d3fc/d3fc-data-join": "^5.0.7",
"@d3fc/d3fc-element": "^5.2.2",
"@d3fc/d3fc-rebind": "^5.0.6",
"@d3fc/d3fc-series": "^4.0.17",
"@d3fc/d3fc-axis": "^2.2.1",
"@d3fc/d3fc-data-join": "^5.0.8",
"@d3fc/d3fc-element": "^5.2.3",
"@d3fc/d3fc-rebind": "^5.0.7",
"@d3fc/d3fc-series": "^4.0.18",
"d3-scale": "^1.0.3",

@@ -39,0 +39,0 @@ "d3-selection": "^1.0.2"

@@ -7,3 +7,3 @@ # d3fc-chart

[Main d3fc package](https://github.com/d3fc/d3fc)
[Main D3FC package](https://github.com/d3fc/d3fc)

@@ -20,3 +20,3 @@ ## Installing

d3fc provides a number of components / building blocks that make it easier to build bespoke d3 charts, using SVG and canvas. If you just need a simple Cartesian chart, this package is a good starting point, providing a simple component that is itself built using components from the other d3fc packages ([d3fc-element](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-element#d3fc-element), [d3fc-data-join](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-data-join#d3fc-data-join), [d3fc-axis](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-axis#d3fc-axis), [d3fc-series](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-series#d3fc-series), etc ...).
D3FC provides a number of components / building blocks that make it easier to build bespoke D3 charts, using SVG and canvas. If you just need a simple Cartesian chart, this package is a good starting point, providing a simple component that is itself built using components from the other D3FC packages ([d3fc-element](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-element#d3fc-element), [d3fc-data-join](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-data-join#d3fc-data-join), [d3fc-axis](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-axis#d3fc-axis), [d3fc-series](https://github.com/d3fc/d3fc/tree/master/packages/d3fc-series#d3fc-series), etc ...).

@@ -23,0 +23,0 @@ Given the following div:

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