| | |
| | | return ( |
| | | <ScrollBoard |
| | | config={config} |
| | | style={{ width: '100%', height: '220px', fontSize: '12px', marginBottom: '8px' }} |
| | | style={{ width: '100%', height: '280px', fontSize: '12px', marginBottom: '8px' }} |
| | | /> |
| | | ); |
| | | }; |
| | |
| | | return ( |
| | | <> |
| | | <div> |
| | | <ReactECharts style={{ height: '240px' }} option={option} /> |
| | | <ReactECharts style={{ height: '280px' }} option={option} /> |
| | | </div> |
| | | </> |
| | | ); |
| | |
| | | return ( |
| | | <> |
| | | <div> |
| | | <ReactECharts style={{ height: '200px' }} option={option} /> |
| | | <ReactECharts style={{ height: '250px' }} option={option} /> |
| | | </div> |
| | | </> |
| | | ); |
| | |
| | | return ( |
| | | <ScrollBoard |
| | | config={config} |
| | | style={{ width: '100%', height: '220px', fontSize: '12px', marginBottom: '8px' }} |
| | | style={{ width: '100%', height: '280px', fontSize: '12px', marginBottom: '8px' }} |
| | | /> |
| | | ); |
| | | }; |
| | |
| | | return ( |
| | | <> |
| | | <div> |
| | | <ReactECharts style={{ height: '200px' }} option={option} /> |
| | | <ReactECharts style={{ height: '250px' }} option={option} /> |
| | | </div> |
| | | </> |
| | | ); |
| | |
| | | |
| | | return ( |
| | | <div> |
| | | <ReactECharts style={{ height: '250px' }} option={option} /> |
| | | <ReactECharts style={{ height: '280px' }} option={option} /> |
| | | </div> |
| | | ); |
| | | }; |