Closed BalajiGaneshK closed 2 years ago
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
bump
bump
Lets take the example given in nivo bar documentation
CodeSandBox link:https://codesandbox.io/s/000mv35lxn?file=/src/index.js
This bar chart is indexed by the "map" property inside each data object, i.e the various countries like RoL, DS,TA,NA,AF etc. So the index name is directly taken from the value of each "map" property and used.
I want to add a custom name to the index. For eg: instead of RoL , i want "Republic of Lemuria", instead of NA I want "North Atlantic" etc.
Is this currently possible in nivo ? @plouc