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.6.1 to 2.6.2

2

package.json
{
"name": "juijs-chart",
"version": "2.6.1",
"version": "2.6.2",
"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)",

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

if(this.brush.line) {
g.prepend(this.createLine(path[k], k));
var p = this.createLine(path[k], k);
g.prepend(p);
this.addLineElement({
element: p,
tooltip: null
});
if(this.brush.display) {
this.createTooltip(g, path[k], k);
}
}

@@ -48,0 +58,0 @@

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