Rishav Anand
Rishav Anand
Since the code is in d3 (v3) which is now upgraded to v7 i have been facing a great difficulty in implementing this in my react App. I need to...
Instead of showing the entire number as shown below i want to show in 'millions' or 'billions' something like `8M` Can you please tell how to achieve this ?  I am passing ``` displayMode: 'regions', resolution: 'provinces' ``` to the `Chart` and getting this result on sending `displayMode: 'text' ` i am not getting any...