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

hui-ui

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hui-ui - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

16

lib/chart/chart.jsx
import React from 'react';
require('./chart.scss');
class List extends React.Component {
class Chart extends React.Component {
constructor(args) {

@@ -30,6 +30,7 @@ super(args);

}
this.doms = {};
}
componentDidMount() {
this.charts = echarts.init(this.refs.chart);
this.charts = echarts.init(this.doms.chart);
let option = {

@@ -108,5 +109,8 @@ tooltip: {

</div>
<div className="hui-chart-chart" ref="chart" style={{
height: (this.props.height || 290) - 30 + 'px'
}}>
<div
className="hui-chart-chart"
ref={(e) => { this.doms.chart = e; }}
style={{
height: (this.props.height || 290) - 30 + 'px'
}}>
x

@@ -119,2 +123,2 @@ </div>

export default List;
export default Chart;
{
"name": "hui-ui",
"version": "0.0.4",
"version": "0.0.5",
"description": "hui-ui",

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

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