Socket
Socket
Sign inDemoInstall

@d3fc/d3fc-series

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-series - npm Package Compare versions

Comparing version 4.0.17 to 4.0.18

10

CHANGELOG.md

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

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

@@ -78,3 +86,3 @@ ## [4.0.17](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.16...@d3fc/d3fc-series@4.0.17) (2019-04-04)

* 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))

@@ -81,0 +89,0 @@

16

package.json
{
"name": "@d3fc/d3fc-series",
"version": "4.0.17",
"version": "4.0.18",
"description": "A collection of components for rendering data series to SVG and canvas, including line, bar, OHLC, candlestick and more",

@@ -23,6 +23,6 @@ "license": "MIT",

"devDependencies": {
"@d3fc/d3fc-extent": "^3.1.3",
"@d3fc/d3fc-group": "^2.0.6",
"@d3fc/d3fc-random-data": "^3.0.7",
"@d3fc/d3fc-scripts": "^2.0.4",
"@d3fc/d3fc-extent": "^3.1.4",
"@d3fc/d3fc-group": "^2.0.7",
"@d3fc/d3fc-random-data": "^3.0.8",
"@d3fc/d3fc-scripts": "^2.0.5",
"babel-polyfill": "^6.13.0",

@@ -33,5 +33,5 @@ "canvas-mock": "0.0.0",

"dependencies": {
"@d3fc/d3fc-data-join": "^5.0.7",
"@d3fc/d3fc-rebind": "^5.0.6",
"@d3fc/d3fc-shape": "^5.0.7",
"@d3fc/d3fc-data-join": "^5.0.8",
"@d3fc/d3fc-rebind": "^5.0.7",
"@d3fc/d3fc-shape": "^5.0.8",
"d3-array": "^1.0.0",

@@ -38,0 +38,0 @@ "d3-scale": "^1.0.1",

@@ -33,3 +33,3 @@ # d3fc-series

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

@@ -305,3 +305,3 @@ ## Installing

**NOTE:** The d3 point scale is a special cased band scale that has a zero bandwidth. As a result, if you use the `fc.autoBandwidth` component in conjunction with a point scale, the series will also have a bandwidth of zero!
**NOTE:** The D3 point scale is a special cased band scale that has a zero bandwidth. As a result, if you use the `fc.autoBandwidth` component in conjunction with a point scale, the series will also have a bandwidth of zero!

@@ -890,3 +890,3 @@ When used in conjunction with a linear scale, the `fc.autoBandwidth` component computes the bar width based on the smallest distance between consecutive datapoints:

The [d3 stack](https://github.com/d3/d3-shape/blob/master/README.md#stack) component is used to stack the data obtained from the d3 CSV parser. The SVG bar series value accessors are configured based on the output of the stack component. Finally a d3fc datajoin is used to render each row of data using the bar series.
The [d3 stack](https://github.com/d3/d3-shape/blob/master/README.md#stack) component is used to stack the data obtained from the D3 CSV parser. The SVG bar series value accessors are configured based on the output of the stack component. Finally a D3FC datajoin is used to render each row of data using the bar series.

@@ -893,0 +893,0 @@ With canvas, the code is very similar, with a for each loop used in place of the data join:

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