abstract-chart
Advanced tools
Comparing version 3.2.4 to 3.2.5
@@ -7,2 +7,10 @@ # Change Log | ||
### Added | ||
- Support for larger axis numbers | ||
### Changed | ||
### Removed | ||
## [v3.2.1](https://github.com/promaster-sdk/property/compare/abstract-chart@3.0.0...abstract-chart@3.2.1) - 2022-06-02 | ||
@@ -9,0 +17,0 @@ |
@@ -44,3 +44,3 @@ "use strict"; | ||
const linearMultiples = [1, 2, 5]; | ||
const linearPowers = [-2, -1, 0, 1, 2, 3, 4, 5, 6]; | ||
const linearPowers = [-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]; | ||
function getTicks(desiredTicks, axis) { | ||
@@ -47,0 +47,0 @@ switch (axis.type) { |
{ | ||
"name": "abstract-chart", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "Drawing charts using multiple unit of measure axes as coordinate system", | ||
@@ -25,3 +25,3 @@ "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-chart", | ||
}, | ||
"gitHead": "e78e62680b8ae6ff53cd593c1e229c34573ec2e2" | ||
"gitHead": "5be117e7b0e57ff87e2c0652b466e273954f4c07" | ||
} |
@@ -47,3 +47,3 @@ import * as R from "ramda"; | ||
const linearMultiples = [1, 2, 5]; | ||
const linearPowers = [-2, -1, 0, 1, 2, 3, 4, 5, 6]; | ||
const linearPowers = [-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]; | ||
@@ -50,0 +50,0 @@ export function getTicks(desiredTicks: number, axis: Axis): Array<number> { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
99485
1