New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chart-axis

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart-axis - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/index.js

4

package.json
{
"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

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