|
@@ -128,7 +128,7 @@ const buildTopic1LegendItems = (all) => {
|
|
|
})),
|
|
})),
|
|
|
{
|
|
{
|
|
|
key: '__legend_other__',
|
|
key: '__legend_other__',
|
|
|
- name: '其他',
|
|
|
|
|
|
|
+ name: '更多',
|
|
|
legendKind: 'other',
|
|
legendKind: 'other',
|
|
|
color: LEGEND_OTHER_COLOR,
|
|
color: LEGEND_OTHER_COLOR,
|
|
|
percent: tailPercent,
|
|
percent: tailPercent,
|
|
@@ -165,7 +165,7 @@ const buildIndexLegendFromHeadCount = (all, headCount) => {
|
|
|
})),
|
|
})),
|
|
|
{
|
|
{
|
|
|
key: '__legend_other__',
|
|
key: '__legend_other__',
|
|
|
- name: '其他',
|
|
|
|
|
|
|
+ name: '更多',
|
|
|
legendKind: 'other',
|
|
legendKind: 'other',
|
|
|
color: LEGEND_OTHER_COLOR,
|
|
color: LEGEND_OTHER_COLOR,
|
|
|
percent: tailPercent,
|
|
percent: tailPercent,
|