Commit 9a88c70ae9f06e5138a1db7f3b2bc65daf4ef919
1 parent
88386740
解决折线对比图显示不全
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/bigscreenDesigner/designer/widget/line/widgetLineCompareChart.vue
| @@ -471,7 +471,7 @@ export default { | @@ -471,7 +471,7 @@ export default { | ||
| 471 | fontWeight: optionsSetup.fontWeight | 471 | fontWeight: optionsSetup.fontWeight |
| 472 | } | 472 | } |
| 473 | series[1].label = { | 473 | series[1].label = { |
| 474 | - position: 'bottom', | 474 | + position: 'insideTop', |
| 475 | distance: 10, | 475 | distance: 10, |
| 476 | show: optionsSetup.isShow, | 476 | show: optionsSetup.isShow, |
| 477 | color: optionsSetup.subTextColor, | 477 | color: optionsSetup.subTextColor, |