Custom Nebula JS based Extension - How to deal with Number formatting based on Property Panel
Hi Team,
I have developed a custom bar chart extension based on D3 JS & Nebula JS. I want Y axis ticks to change number formatting based on user selection from properties panel.
For example the issue i am facing is when i select currency as number formatting. It should display "$2". But this is not happening. So how to handle this logic extension code? please suggest?