@redsift/d3-rs-lines
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11530
79
1070660
Updated@redsift/d3-rs-theme@~0.4.2
Updated@redsift/d3-rs-tip@~0.3.3
Updatedd3-array@^1.0.1
Updatedd3-axis@^1.0.3
Updatedd3-format@^1.0.2
Updatedd3-polygon@^1.0.1
Updatedd3-scale@^1.0.3
Updatedd3-selection@^1.0.2
Updatedd3-shape@^1.0.3
Updatedd3-time@^1.0.2
Updatedd3-time-format@^2.0.2
Updatedd3-voronoi@^1.0.2