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

radar-chart

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radar-chart - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "radar-chart",
"version": "1.0.1",
"version": "1.0.2",
"description": "Radar Chart",

@@ -5,0 +5,0 @@ "keywords": [

@@ -41,8 +41,8 @@ ## 雷達圖 Radar Chart

### 安裝 Install
//利用npm下載依賴套件
1. sudo npm install
1.npm install d3
//build js and css
2. gulp
2. sudo npm install
3. gulp
### 資料結構 Data structure

@@ -49,0 +49,0 @@ ```

@@ -271,3 +271,3 @@ (function(){

draw : function(id, data, options){
this.reset();
this.reset(id);
var opt = (options) ? this.mixOptions(options) : this.mixOptions(null) ;

@@ -274,0 +274,0 @@ var svg = d3.select(id).append("svg");

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