Merge page-home to master
This commit is contained in:
commit
52f3a3ac60
|
@ -2,6 +2,7 @@
|
|||
|
||||
<div id='CONTAINER' class='list'>
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<template v-if="gstore.dimensions">
|
||||
<path
|
||||
:d="'m ' + (gstore.dimensions.padding + gstore.dimensions.text.size) + ',' + (gstore.dimensions.padding) + ' ' +
|
||||
'0,' + (gstore.dimensions.axis.height + gstore.dimensions.padding) + ' ' +
|
||||
|
@ -35,7 +36,7 @@
|
|||
<title>{{ value }}</title>
|
||||
</rect>
|
||||
</template>
|
||||
|
||||
</template>
|
||||
</svg>
|
||||
|
||||
<section>bla</section>
|
||||
|
|
Loading…
Reference in New Issue