feat: Implement the legend selector in metrics charts (#447)

This commit is contained in:
Fine0830
2025-02-20 16:19:22 +08:00
committed by GitHub
parent 2b6f3ecaa8
commit 5bb4218bfe
16 changed files with 299 additions and 25 deletions

View File

@@ -154,6 +154,7 @@ const msg = {
legendOptions: "Legend Options",
showLegend: "Show Legend",
asTable: "As Table",
asSelector: "As Selector",
toTheRight: "To The Right",
legendValues: "Legend Values",
minDuration: "Minimal Request Duration",

View File

@@ -397,5 +397,6 @@ const msg = {
instances: "Instances",
snapshot: "Snapshot",
expression: "Expression",
asSelector: "As Selector",
};
export default msg;

View File

@@ -152,6 +152,7 @@ const msg = {
legendOptions: "图例选项",
showLegend: "显示图例",
asTable: "作为表格",
asSelector: "作为选择器",
toTheRight: "在右边",
legendValues: "图例值",
minDuration: "最小请求持续时间",