mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: Minor styling
This commit is contained in:
parent
168aa607fb
commit
66547d9824
@ -30,14 +30,8 @@
|
|||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<g fill="none" fill-rule="evenodd">
|
<g fill="none" fill-rule="evenodd">
|
||||||
<text
|
<text fill="#112B42" class="font-medium">
|
||||||
font-family="Inter-Medium, Inter"
|
<tspan y="16">{{ _('Cashflow') }}</tspan>
|
||||||
font-size="16"
|
|
||||||
font-weight="400"
|
|
||||||
fill="#112B42"
|
|
||||||
transform="translate(0 -3)"
|
|
||||||
>
|
|
||||||
<tspan x="10" y="16">{{ _('Cashflow') }}</tspan>
|
|
||||||
</text>
|
</text>
|
||||||
<g fill="#E9E9ED">
|
<g fill="#E9E9ED">
|
||||||
<path d="M371 2h12v12h-12zM391 2h53v12h-53z" />
|
<path d="M371 2h12v12h-12zM391 2h53v12h-53z" />
|
||||||
@ -133,7 +127,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
renderChart(periodList, data) {
|
renderChart(periodList, data) {
|
||||||
const chart = new Chart(this.$refs['cashflow'], {
|
new Chart(this.$refs['cashflow'], {
|
||||||
title: '',
|
title: '',
|
||||||
type: 'line',
|
type: 'line',
|
||||||
animate: false,
|
animate: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user