fix: contribution operator meets nan value (#18782)

This commit is contained in:
Yongjie Zhao
2022-02-18 23:28:28 +08:00
committed by GitHub
parent 38cd696981
commit 987740aa8d
8 changed files with 36 additions and 23 deletions

View File

@@ -69,10 +69,10 @@ const config: ControlPanelConfig = {
default: contributionMode,
choices: [
[null, 'None'],
[EchartsTimeseriesContributionType.Row, 'Total'],
[EchartsTimeseriesContributionType.Row, 'Row'],
[EchartsTimeseriesContributionType.Column, 'Series'],
],
description: t('Calculate contribution per series or total'),
description: t('Calculate contribution per series or row'),
},
},
],