radar-chart
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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"); |
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
25190