mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-11 07:13:15 +00:00
add collapseTags
This commit is contained in:
parent
465d8139ea
commit
e1869840df
@ -21,6 +21,8 @@ limitations under the License. -->
|
||||
:options="Options"
|
||||
@change="changeLegend"
|
||||
filterable
|
||||
collapseTags
|
||||
collapseTagsTooltip
|
||||
v-if="show"
|
||||
/>
|
||||
</template>
|
||||
|
@ -119,7 +119,7 @@ limitations under the License. -->
|
||||
...legend,
|
||||
},
|
||||
grid: {
|
||||
top: keys.length === 1 ? 15 : 40,
|
||||
top: showEchartsLegend(keys) ? 35 : 10,
|
||||
left: 0,
|
||||
right: 10,
|
||||
bottom: 5,
|
||||
|
@ -157,7 +157,7 @@ limitations under the License. -->
|
||||
...legend,
|
||||
},
|
||||
grid: {
|
||||
top: showEchartsLegend(keys) || props.config?.legend?.asSelector ? 35 : 10,
|
||||
top: showEchartsLegend(keys) ? 35 : 10,
|
||||
left: 0,
|
||||
right: 10,
|
||||
bottom: 5,
|
||||
|
Loading…
Reference in New Issue
Block a user