You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First and foremost, thank you for this component !
I would love to be able to specify multiple domainMax (one for each key, and all sets will have the same domainMax for each key of course) so all axes don't have the same scale.
Is there any way to do that ?
If anyone can point me to the place to start, I'd be willing to implement this and create a pull request.
The text was updated successfully, but these errors were encountered:
Thanks very much! I rarely get to hear how people are finding or using the library.
I think this should be possible. <RadarWrapper/> (the detailed component) only passes it on to draw the axes; instead we could have a dictionary of domainMaxes keyed by key. Inside <Radar/> things are a bit ugly (was originally a private lib) so it could benefit with a nicer API overall!
If you're up for it please go ahead. Otherwise I can do this 👍
First and foremost, thank you for this component !
I would love to be able to specify multiple domainMax (one for each key, and all sets will have the same domainMax for each key of course) so all axes don't have the same scale.
Is there any way to do that ?
If anyone can point me to the place to start, I'd be willing to implement this and create a pull request.
The text was updated successfully, but these errors were encountered: