瀏覽代碼

feat: line chart

张延森 5 年之前
父節點
當前提交
2f23982c97
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/person/customerAnalysis/analysis.js

+ 1
- 1
src/pages/person/customerAnalysis/analysis.js 查看文件

82
         <AtTabs className="tab-bar" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>
82
         <AtTabs className="tab-bar" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>
83
           <AtTabsPane current={this.state.current} index={0} >
83
           <AtTabsPane current={this.state.current} index={0} >
84
             <View>
84
             <View>
85
-              <LineChart />
85
+              <LineChart source={} />
86
               <View style="height:20rpx;background:#f5f5f5;"> </View>
86
               <View style="height:20rpx;background:#f5f5f5;"> </View>
87
               <View style="padding: 40rpx;">
87
               <View style="padding: 40rpx;">
88
                 <View style="font-size: 36rpx;color: #666;margin-bottom:20rpx;">性别</View>
88
                 <View style="font-size: 36rpx;color: #666;margin-bottom:20rpx;">性别</View>