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

canvas-linearlinechart

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-linearlinechart - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -34,4 +34,4 @@ module.exports = canvasLinearLineChart;

// draw the data line
ctx.strokeStyle = '#777';
ctx.lineWidth = 6;
ctx.strokeStyle = '#ccc';
ctx.lineWidth = 10;
ctx.moveTo(0, 18);

@@ -38,0 +38,0 @@ ctx.lineTo(xScale(21), 18);

{
"name": "canvas-linearlinechart",
"version": "1.0.0",
"version": "1.0.1",
"description": "linear canvas chart",

@@ -5,0 +5,0 @@ "main": "index.js",

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