Replies: 1 comment
-
As far as getting more information into the ticks, this is currently not possible. It looks like it might be rather complex to support this, so I'll have to dig in a little more when I get some extra time. As far as the data in the tooltip, you should be able to do what you want currently: https://codesandbox.io/s/naughty-tereshkova-17me0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to add more data to axisLeft and tootilp? How do I include this information?
I have an object:
I made a format for axisLeft, like this:
But I would like to be able to put more information in that axisLeft, add, for example,
fries
,kebab
like:const axisLeft = indexBy =>
Country: ${indexBy} and ${kebab}``If I put it like this, it goes undefined.
And in the tooltip of the bar, I need to put more information, currently I can only put the value, but I wanted to make composition, how to include other values, like sandwich, etc.
Beta Was this translation helpful? Give feedback.
All reactions