Commit bc9b314e authored by 陈帅's avatar 陈帅

bugfix:Chart data read error

parent e7a78e7d
......@@ -642,8 +642,8 @@ class Analysis extends Component {
height={400}
data={offlineChartData}
titleMap={{
y1: <FormattedMessage id="app.analysis.traffic" defaultMessage="Traffic" />,
y2: <FormattedMessage id="app.analysis.payments" defaultMessage="Payments" />,
y1: formatMessage({ id: 'app.analysis.traffic' }),
y2: formatMessage({ id: 'app.analysis.payments' }),
}}
/>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment