fix(client): fix chart tooltip rendering
This commit is contained in:
		
							parent
							
								
									c04d3d22af
								
							
						
					
					
						commit
						d7c6e2e61c
					
				
					 1 changed files with 10 additions and 8 deletions
				
			
		|  | @ -1,11 +1,13 @@ | |||
| <template> | ||||
| <MkTooltip ref="tooltip" :showing="showing" :x="x" :y="y" :max-width="340" :direction="'left'" :inner-margin="16" @closed="emit('closed')"> | ||||
| 	<div v-if="title" class="qpcyisrl"> | ||||
| 		<div class="title">{{ title }}</div> | ||||
| <MkTooltip ref="tooltip" :showing="showing" :x="x" :y="y" :max-width="340" :direction="'top'" :inner-margin="16" @closed="emit('closed')"> | ||||
| 	<div v-if="title || series" class="qpcyisrl"> | ||||
| 		<div v-if="title" class="title">{{ title }}</div> | ||||
| 		<template v-if="series"> | ||||
| 			<div v-for="x in series" class="series"> | ||||
| 				<span class="color" :style="{ background: x.backgroundColor, borderColor: x.borderColor }"></span> | ||||
| 				<span>{{ x.text }}</span> | ||||
| 			</div> | ||||
| 		</template> | ||||
| 	</div> | ||||
| </MkTooltip> | ||||
| </template> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue