Hello,
I’ve used D3 charts in a react-native app so I’m very familiar with it.
I was wondering whether anybody could please suggest a way of visualising data that I have in the format of:
product code
year 0001 0002 0003 0004
2001 10% -5% -9% 4%
2002 15% 8% 15% -3%
2003 20% 10% 7% 10%
The table is of course much bigger.
Many thanks,