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

xl-chart

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xl-chart - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

package.json
{
"name": "xl-chart",
"version": "1.1.11",
"version": "1.1.12",
"description": "```\r npm install xl-chart --save-dev\r ```",

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

@@ -205,3 +205,2 @@ # install

name: "我是数据1",
type: "bar",
color: "#6BEDD1",

@@ -211,3 +210,2 @@ },

name: "我是数据2",
type: "line",
color: "#00C49A"

@@ -217,3 +215,2 @@ },

name: "我是数据3",
type: "line",
color: "#FA8F67"

@@ -233,7 +230,3 @@ }

chart.reloadOption({
data:{
num1:Math.floor(Math.random()*1000+1),
num2:Math.floor(Math.random()*1000+1),
num3:Math.floor(Math.random()*1000+1),
},
data:[],
dataField: ["num1", "num2", "num3"],

@@ -240,0 +233,0 @@ seriesField: {

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