Comparing version 0.0.12 to 0.0.13
@@ -103,2 +103,6 @@ import React from 'react'; | ||
showChart() { | ||
if (!this.props.dataSource || this.props.dataSource.length <= 0) { | ||
return; | ||
} | ||
let data = this.props.dataSource[this.state.activeIndex]; | ||
@@ -105,0 +109,0 @@ this.option.xAxis.data = data.xAxis; |
{ | ||
"name": "hui-ui", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "hui-ui", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
154551
303