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

abstract-chart

Package Overview
Dependencies
Maintainers
13
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-chart - npm Package Compare versions

Comparing version 3.2.4 to 3.2.5

8

CHANGELOG.md

@@ -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 @@

2

lib/axis.js

@@ -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

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