File tree Expand file tree Collapse file tree 3 files changed +2472
-2312
lines changed Expand file tree Collapse file tree 3 files changed +2472
-2312
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,40 @@ export default () => {
113113 justifyContent: ' space-between' ,
114114 }}
115115 >
116- <LineChart style = { { width: ' 50%' , minWidth: 350 }} { ... config } />
117- <ColumnChart style = { { width: ' 50%' , minWidth: 350 }} { ... config } />
116+ <LineChart
117+ style = { {
118+ width: ' 48%' ,
119+ minWidth: 350 ,
120+ marginTop: 32 ,
121+ }}
122+ { ... config }
123+ />
124+ <ColumnChart
125+ style = { {
126+ width: ' 48%' ,
127+ minWidth: 350 ,
128+ marginTop: 32 ,
129+ }}
130+ { ... config }
131+ />
118132 <BarChart
119- style = { { width: ' 50%' , minWidth: 350 }}
133+ style = { {
134+ width: ' 48%' ,
135+ minWidth: 350 ,
136+ marginTop: 32 ,
137+ }}
120138 { ... config }
121139 xField = " value"
122140 yField = " year"
123141 />
124- <PieChart style = { { width: ' 50%' , minWidth: 350 }} { ... pieConfig } />
142+ <PieChart
143+ style = { {
144+ width: ' 48%' ,
145+ minWidth: 350 ,
146+ marginTop: 32 ,
147+ }}
148+ { ... pieConfig }
149+ />
125150 </div >
126151 )
127152}
You can’t perform that action at this time.
0 commit comments