Saigesp / vue-d3-charts

D3 charts for Vue
https://saigesp.github.io/vue-d3-charts/
GNU Lesser General Public License v2.1
97 stars 30 forks source link

Getting formatter issue #37

Open Rafimahammad opened 2 years ago

Rafimahammad commented 2 years ago

In axis I am passing yFormat like this yFormat: '€'

But getting error like formatter error

Invalid format: €

And one more thing instead of euro i am giving $ it's working ,but it is also coming before the value like $10 How to make it as a 10$

Help me on this