Skip to content

Commit

Permalink
fix(frontend): remove double dollar sign in chart (#2896)
Browse files Browse the repository at this point in the history
Resolves #2400 by removing the SVG suffix.
  • Loading branch information
Erb3 authored Nov 3, 2024
1 parent f212d04 commit 27c3439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/frontend/src/components/ui/charts/ChartDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
:data="analytics.formattedData.value.revenue.chart.data"
:labels="analytics.formattedData.value.revenue.chart.labels"
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="
isUsingProjectColors
? analytics.formattedData.value.revenue.chart.colors
Expand Down

0 comments on commit 27c3439

Please sign in to comment.