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 () => {
113
113
justifyContent: ' space-between' ,
114
114
}}
115
115
>
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
+ />
118
132
<BarChart
119
- style = { { width: ' 50%' , minWidth: 350 }}
133
+ style = { {
134
+ width: ' 48%' ,
135
+ minWidth: 350 ,
136
+ marginTop: 32 ,
137
+ }}
120
138
{ ... config }
121
139
xField = " value"
122
140
yField = " year"
123
141
/>
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
+ />
125
150
</div >
126
151
)
127
152
}
You can’t perform that action at this time.
0 commit comments