Skip to content

Commit 3596b70

Browse files
committed
Merge remote-tracking branch 'upstream/react' into react
2 parents 2f2b65f + 57ba237 commit 3596b70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/virusMap/virusChart.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,15 @@ export class VirusChart extends React.Component<Props, Readonly<State>> {
314314
height: '100%'
315315
}}
316316
>
317+
<div
318+
style={{
319+
display: 'flex',
320+
justifyContent: 'center',
321+
alignItems: 'center'
322+
}}
323+
>
324+
{area}疫情统计
325+
</div>
317326
<div style={{ width: '100%', height: '50%' }}>
318327
<ReactEcharts
319328
chartOptions={this.getConfirmedSuspectChartOptions(

0 commit comments

Comments
 (0)