canvas-linearlinechart
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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", |
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
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
2540