[page.home] {fix} affichage sur réponse de l'API

This commit is contained in:
Guillaume FAUVET 2018-03-28 11:32:59 +02:00
parent 1997af49f4
commit eaa2bc65e0
1 changed files with 30 additions and 29 deletions

View File

@ -2,6 +2,7 @@
<div id='CONTAINER' class='list'> <div id='CONTAINER' class='list'>
<svg xmlns="http://www.w3.org/2000/svg"> <svg xmlns="http://www.w3.org/2000/svg">
<template v-if="gstore.dimensions">
<path <path
:d="'m ' + (gstore.dimensions.padding + gstore.dimensions.text.size) + ',' + (gstore.dimensions.padding) + ' ' + :d="'m ' + (gstore.dimensions.padding + gstore.dimensions.text.size) + ',' + (gstore.dimensions.padding) + ' ' +
'0,' + (gstore.dimensions.axis.height + gstore.dimensions.padding) + ' ' + '0,' + (gstore.dimensions.axis.height + gstore.dimensions.padding) + ' ' +
@ -35,7 +36,7 @@
<title>{{ value }}</title> <title>{{ value }}</title>
</rect> </rect>
</template> </template>
</template>
</svg> </svg>
<section>bla</section> <section>bla</section>