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

juijs-chart

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juijs-chart - npm Package Compare versions

Comparing version 2.5.19 to 2.5.20

2

package.json
{
"name": "juijs-chart",
"version": "2.5.19",
"version": "2.5.20",
"sideEffects": false,

@@ -5,0 +5,0 @@ "description": "SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)",

@@ -73,3 +73,3 @@ import jui from '../main.js';

var g = this.svg.group(),
p = null;
p = this.svg.path();

@@ -92,3 +92,3 @@ if(pos.length > 0) {

if(color != newColor || opacity != newOpacity) {
p = this.svg.path(_.extend({
p.attr(_.extend({
"stroke-opacity": newOpacity,

@@ -104,3 +104,2 @@ stroke: newColor,

p.MoveTo(x[start], y[start]);
g.append(p);

@@ -128,2 +127,4 @@ color = newColor;

}
g.append(p);
}

@@ -198,3 +199,5 @@

// 액티브 라인 설정
this.setActiveEffects();
if(this.brush.active != null) {
this.setActiveEffects();
}

@@ -201,0 +204,0 @@ return g;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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