fix:调整legend option显示
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<template v-else>
|
||||
<div class="legend-container legend-container-screen" ref="screenLegendArea" @mouseenter="mouseEnterFullChart" @mouseleave="mouseLeaveFullChart" v-show="showLegend" v-scrollBar:legend>
|
||||
<table style="width: 100%">
|
||||
<th style="max-width: 100%"></th>
|
||||
<th style="width: 100%"></th>
|
||||
<template v-for="legendOption in screenLegendOptions">
|
||||
<th v-if="legendOption.value == 'on'" class="option-th legend-option-cell" >
|
||||
<span @click="legendValueSort(legendOption,screenLegendList,screenLegendOptions)">{{legendOption.option}}</span>
|
||||
|
||||
Reference in New Issue
Block a user