Commit 9a88c70ae9f06e5138a1db7f3b2bc65daf4ef919

Authored by chenxt
1 parent 88386740

解决折线对比图显示不全

src/views/bigscreenDesigner/designer/widget/line/widgetLineCompareChart.vue
... ... @@ -471,7 +471,7 @@ export default {
471 471 fontWeight: optionsSetup.fontWeight
472 472 }
473 473 series[1].label = {
474   - position: 'bottom',
  474 + position: 'insideTop',
475 475 distance: 10,
476 476 show: optionsSetup.isShow,
477 477 color: optionsSetup.subTextColor,
... ...