Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "chart-axis", | ||
"version": "1.0.4", | ||
"description": "Generate a continuous value interval, and determine the coordinate position according to the specified value", | ||
"version": "1.0.5", | ||
"description": "Generate a continuous value range intervaled, and determine the coordinate position according to the specified value", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
# chart-axis | ||
Library to generate a continuous value range by some interval, and get the coordinate position according to the specified value | ||
Library to generate a continuous range by some interval, and get the coordinate position according to the specified value | ||
@@ -31,5 +31,5 @@ ## Install | ||
### getIntervalRange({ data, intervals = 5, steps = [3] }) | ||
### getIntervalRange({ data, intervals = 5, forceInt=false, max=null, steps = [3] }) | ||
This function takes up to 3 arguments. First one argument must be valid. | ||
This function takes up to 3 arguments. First one argument is required. | ||
@@ -36,0 +36,0 @@ It returns an incremental array represents the range |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
282897
13
0