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

@d3fc/d3fc-chart

Package Overview
Dependencies
Maintainers
2
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.0.5 to 2.0.6

12

CHANGELOG.md

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

<a name="2.0.6"></a>
## [2.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.0.5...@d3fc/d3fc-chart@2.0.6) (2018-08-21)
**Note:** Version bump only for package @d3fc/d3fc-chart
<a name="2.0.5"></a>

@@ -16,3 +24,3 @@ ## [2.0.5](https://github.com/d3fc/d3fc-chart/compare/@d3fc/d3fc-chart@2.0.4...@d3fc/d3fc-chart@2.0.5) (2018-08-21)

<a name="2.0.4"></a>
## [2.0.4](https://github.com/d3fc/d3fc-chart/compare/@d3fc/d3fc-chart@2.0.3...@d3fc/d3fc-chart@2.0.4) (2018-08-20)
## [2.0.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.0.3...@d3fc/d3fc-chart@2.0.4) (2018-08-20)

@@ -25,3 +33,3 @@

<a name="2.0.3"></a>
## [2.0.3](https://github.com/d3fc/d3fc-chart/compare/@d3fc/d3fc-chart@2.0.2...@d3fc/d3fc-chart@2.0.3) (2018-08-15)
## [2.0.3](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.0.2...@d3fc/d3fc-chart@2.0.3) (2018-08-15)

@@ -28,0 +36,0 @@

22

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

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

],
"homepage": "https://github.com/d3fc/d3fc-chart",
"homepage": "https://github.com/d3fc/d3fc",
"main": "build/d3fc-chart.js",

@@ -18,3 +18,3 @@ "jsnext:main": "index",

"type": "git",
"url": "https://github.com/d3fc/d3fc-chart"
"url": "https://github.com/d3fc/d3fc"
},

@@ -26,5 +26,5 @@ "scripts": {

"devDependencies": {
"@d3fc/d3fc-annotation": "^2.0.5",
"@d3fc/d3fc-extent": "^3.0.3",
"@d3fc/d3fc-scripts": "^2.0.3",
"@d3fc/d3fc-annotation": "^2.0.6",
"@d3fc/d3fc-extent": "^3.0.4",
"@d3fc/d3fc-scripts": "^2.0.4",
"babel-polyfill": "^6.13.0",

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

"dependencies": {
"@d3fc/d3fc-axis": "^2.0.5",
"@d3fc/d3fc-data-join": "^5.0.3",
"@d3fc/d3fc-element": "^5.0.5",
"@d3fc/d3fc-rebind": "^5.0.3",
"@d3fc/d3fc-series": "^4.0.5",
"@d3fc/d3fc-axis": "^2.0.6",
"@d3fc/d3fc-data-join": "^5.0.4",
"@d3fc/d3fc-element": "^5.0.6",
"@d3fc/d3fc-rebind": "^5.0.4",
"@d3fc/d3fc-series": "^4.0.6",
"d3-scale": "^1.0.3",

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

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

[Main d3fc package](https://github.com/ScottLogic/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-element), [d3fc-data-join](https://github.com/d3fc/d3fc-data-join), [d3fc-axis](https://github.com/d3fc/d3fc-axis), [d3fc-series](https://github.com/d3fc/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), [d3fc-data-join](https://github.com/d3fc/d3fc), [d3fc-axis](https://github.com/d3fc/d3fc), [d3fc-series](https://github.com/d3fc/d3fc), etc ...).

@@ -128,2 +128,2 @@ Given the following div:

The Cartesian chart exposes the [d3fc-axis](https://github.com/d3fc/d3fc-axis) *ticks*, *tickSize*, *tickValue*, *tickFormat* and *decorate* properties with either an `x` or `y` prefix.
The Cartesian chart exposes the [d3fc-axis](https://github.com/d3fc/d3fc) *ticks*, *tickSize*, *tickValue*, *tickFormat* and *decorate* properties with either an `x` or `y` prefix.
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