mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-07-06 06:48:12 +00:00
add popover
This commit is contained in:
@@ -47,7 +47,7 @@ export default function useLegendProcess(legend?: LegendOptions) {
|
||||
for (const [key, value] of keys.entries()) {
|
||||
const item: { [key: string]: unknown } = {
|
||||
name: value,
|
||||
linear: data[value],
|
||||
topN: data[value],
|
||||
};
|
||||
if (legend) {
|
||||
if (legend.min) {
|
||||
|
||||
Reference in New Issue
Block a user