diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 14de0792..0f75452d 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -168,6 +168,9 @@ const msg = { maxTraceDuration: "Maximum Duration", minTraceDuration: "Minimum Duration", legendOptions: "Legend Options", + showLegend: "Show Legend", + asTable: "As Table", + toTheRight: "To The Right", seconds: "Seconds", hourTip: "Select Hour", minuteTip: "Select Minute", diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index 205dcc6d..7d8c760a 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -172,6 +172,9 @@ const msg = { maxTraceDuration: "Duración máxima", minTraceDuration: "Duración mínima", legendOptions: "Opciones de leyenda", + showLegend: "Mostrar leyenda", + asTable: "Como tabla", + toTheRight: "Derecha", second: "s", yearSuffix: "Año", monthsHead: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Set_Oct_Nov_Dic", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index a107e039..00b25647 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -165,6 +165,9 @@ const msg = { maxTraceDuration: "最大持续时间", minTraceDuration: "最小持续时间", legendOptions: "图例选项", + showLegend: "显示图例", + asTable: "作为表格", + toTheRight: "在右边", seconds: "秒", hourTip: "选择小时", minuteTip: "选择分钟", diff --git a/src/views/dashboard/configuration/widget/graph-styles/Line.vue b/src/views/dashboard/configuration/widget/graph-styles/Line.vue index d55e20fa..4c99ddf7 100644 --- a/src/views/dashboard/configuration/widget/graph-styles/Line.vue +++ b/src/views/dashboard/configuration/widget/graph-styles/Line.vue @@ -13,13 +13,36 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->