diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/FlowMapPointSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/FlowMapPointSelector.vue index 34e83b113b..4ff853c0ee 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/FlowMapPointSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/FlowMapPointSelector.vue @@ -84,7 +84,7 @@ onMounted(() => {
- + {
- - {{ chartViewInstance.axisConfig.yAxis.name }} + + + {{ chartViewInstance.axisConfig.yAxis.name }} + + + + + + + { yAxis: { name: `线条粗细 / ${t('chart.quota')}`, type: 'q', - limit: 1 + limit: 1, + tooltip: '该指标生效时,样式中线条配置的线条宽度属性将失效' } } constructor() {