Skip to content

Commit

Permalink
chore: updatee series stack
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Dec 8, 2019
1 parent 7a88e30 commit da9b614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/StatisticsChart/CellCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const getOption = (statisticCellCounts: State.StatisticCellCount[], isThumbnail
{
name: i18n.t('statistic.live_cell'),
type: 'line',
stack: '总量',
stack: i18n.t('statistic.cell_count'),
areaStyle: {
normal: {
origin: 'auto',
Expand All @@ -101,7 +101,7 @@ const getOption = (statisticCellCounts: State.StatisticCellCount[], isThumbnail
{
name: i18n.t('statistic.dead_cell'),
type: 'line',
stack: '总量',
stack: i18n.t('statistic.cell_count'),
areaStyle: {
normal: {
origin: 'auto',
Expand Down

0 comments on commit da9b614

Please sign in to comment.