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

@redsift/d3-rs-lines

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redsift/d3-rs-lines - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

38

package.json
{
"name": "@redsift/d3-rs-lines",
"version": "0.2.3",
"version": "0.2.4",
"description": "Generates line charts using D3v4.",

@@ -32,16 +32,16 @@ "keywords": [

"dependencies": {
"d3-selection": "^1.0.0",
"d3-shape": "^1.0.0",
"d3-array": "^1.0.0",
"d3-scale": "^1.0.1",
"d3-axis": "^1.0.0",
"d3-time": "^1.0.0",
"d3-format": "^1.0.0",
"d3-time-format": "^2.0.0",
"d3-voronoi": "^1.0.1",
"d3-polygon": "^1.0.0",
"d3-selection": "^1.0.2",
"d3-shape": "^1.0.3",
"d3-array": "^1.0.1",
"d3-scale": "^1.0.3",
"d3-axis": "^1.0.3",
"d3-time": "^1.0.2",
"d3-format": "^1.0.2",
"d3-time-format": "^2.0.2",
"d3-voronoi": "^1.0.2",
"d3-polygon": "^1.0.1",
"@redsift/d3-rs-svg": "~0.2.5",
"@redsift/d3-rs-legends": "~0.1.0",
"@redsift/d3-rs-theme": "~0.4.1",
"@redsift/d3-rs-tip": "~0.3.2",
"@redsift/d3-rs-theme": "~0.4.2",
"@redsift/d3-rs-tip": "~0.3.3",
"@redsift/d3-rs-intl": "~0.0.2"

@@ -51,5 +51,5 @@ },

"@redsift/tape-reel": "~0.1.0",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"eslint": "^3.1.1",
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"eslint": "^3.3.1",
"gulp": "^3.9.1",

@@ -60,6 +60,6 @@ "gulp-rename": "^1.2.2",

"gulp-util": "^3.0.7",
"rollup": "^0.34.1",
"rollup": "^0.34.10",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-commonjs": "^3.3.0",
"rollup-plugin-buble": "^0.12.1",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-json": "^2.0.0",

@@ -69,4 +69,4 @@ "rollup-stream": "^1.11.0",

"vinyl-source-stream": "^1.1.0",
"yargs": "^4.8.1"
"yargs": "^5.0.0"
}
}

@@ -33,4 +33,4 @@ # d3-rs-lines

import { chart } from "@redsift/d3-rs-lines";
let eml = chart.html();
import { html as chart } from "@redsift/d3-rs-lines";
let eml = chart();
...

@@ -56,8 +56,8 @@

`minValue`,`maxValue`|*Number* Sets the minimum and maximum Value scale range. Note that for log scales, minValue must be > 0.|Y
`tickCountIndex`,`tickCountValue`|*Number, String, Interval Function* Hints at the number of ticks to set in the corresponding axis. Supports strings for example (time intervals)[https://github.com/d3/d3-time#intervals]
`tickCountIndex`,`tickCountValue`|*Number, String, Interval Function* Hints at the number of ticks to set in the corresponding axis. Supports strings for example [time intervals](https://github.com/d3/d3-time#intervals)
`tickMinorIndex`, `tickMinorValue`|*Number, String, Interval Function* Hints at the number of minor ticks to set in the corresponding axis.
`tickFormatIndex`, `tickFormatValue`|*String, Function* Sets the formatting string or function for the ticks
`tickDisplayIndex`, `tickDisplayValue`|*Function* Alternatively you can customise all tick presentation logic with this function
`curve`|*String, Function*, https://github.com/d3/d3-shape#curves, excluding closed and open curves. If a function is supplied, it should implement https://github.com/d3/d3-shape#custom-curves
`symbol`|*(Array of) String, Function* https://github.com/d3/d3-shape#symbolCircle or https://github.com/d3/d3-shape#custom-symbol-types
`curve`|*String, Function*, [curves](https://github.com/d3/d3-shape#curves), excluding closed and open curves. If a function is supplied, it should implement [custom-curves](https://github.com/d3/d3-shape#custom-curves)
`symbol`|*(Array of) String, Function* [symbol circle](https://github.com/d3/d3-shape#symbolCircle) or [custom symbol types](https://github.com/d3/d3-shape#custom-symbol-types)
`legendOrientation`|*String* top, left, bottom, right, voronoi

@@ -68,3 +68,3 @@ `voronoiAttraction`|*Number -1...0...1* When using the voronoi legendOrientation, how far the label is dragged to the data line. 0 implies no dragging, -1 pushes the labels away

`fillArea`, `fillStroke`|*Boolean, Array[Boolean]* Sets if the lines should be filled or stroked. By default is set appropriately for line and stack presentation
`stackOffset`, `stackOrder`|*String, Array, Function* https://github.com/d3/d3-shape#stack-orders https://github.com/d3/d3-shape#stack-offsets
`stackOffset`, `stackOrder`|*String, Array, Function* [stack orders](https://github.com/d3/d3-shape#stack-orders) [stack offsets](https://github.com/d3/d3-shape#stack-offsets)
`animation`|*String* `reveal`, `value`, `default`

@@ -81,2 +81,2 @@ `trim`|*Integer* Level to trim the array to

TODO: Discuss `timeMultiFormat` and `tickCountIndex` with relation to UTC
TODO: Discuss `timeMultiFormat` and `tickCountIndex` with relation to UTC

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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