Merge page-home to master
This commit is contained in:
commit
52f3a3ac60
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue