You've already forked AstralRinth
forked from didirus/AstralRinth
fix(frontend): remove double dollar sign in chart (#2896)
Resolves #2400 by removing the SVG suffix.
This commit is contained in:
@@ -134,7 +134,6 @@
|
|||||||
:data="analytics.formattedData.value.revenue.chart.data"
|
:data="analytics.formattedData.value.revenue.chart.data"
|
||||||
:labels="analytics.formattedData.value.revenue.chart.labels"
|
:labels="analytics.formattedData.value.revenue.chart.labels"
|
||||||
is-money
|
is-money
|
||||||
suffix="<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='2' x2='12' y2='22'></line><path d='M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'></path></svg>"
|
|
||||||
:colors="
|
:colors="
|
||||||
isUsingProjectColors
|
isUsingProjectColors
|
||||||
? analytics.formattedData.value.revenue.chart.colors
|
? analytics.formattedData.value.revenue.chart.colors
|
||||||
|
|||||||
Reference in New Issue
Block a user