mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix name
This commit is contained in:
parent
a607b6710d
commit
77f9100ec4
@ -77,7 +77,7 @@ limitations under the License. -->
|
||||
for (const item of metric.values) {
|
||||
series.push({
|
||||
data: item.values.map((item: number, itemIndex: number) => [props.intervalTime[itemIndex], item]),
|
||||
name: item.name,
|
||||
name: item.name || metric.name,
|
||||
type: "line",
|
||||
symbol: "circle",
|
||||
symbolSize: 4,
|
||||
@ -113,6 +113,7 @@ limitations under the License. -->
|
||||
link: { xAxisIndex: "all" },
|
||||
},
|
||||
legend: {
|
||||
show: grid.length > 1,
|
||||
type: "scroll",
|
||||
icon: "circle",
|
||||
top: -5,
|
||||
|
Loading…
Reference in New Issue
Block a user