Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to have a min-max range on the Radar? #10

Open
timwburch opened this issue Jul 10, 2013 · 2 comments
Open

Is it possible to have a min-max range on the Radar? #10

timwburch opened this issue Jul 10, 2013 · 2 comments

Comments

@timwburch
Copy link

Great code!

Do you have any plans to add a "range" function into the Radar charts like the screenshot below?

screenshot2

Cheers
Tim

@alangrafu
Copy link
Owner

Mmm, interesting idea. I'm afraid I won't be able to implement it for a while. Of course, pull requests are welcome! :-)

I would think of something like

d = [
     [
           {axis: "strength", value: [0,13]}, 
           {axis: "intelligence", value: [1,3]}, 
           {axis: "charisma", value: [3,8]},  
           {axis: "dexterity", value: [4,12]},  
           {axis: "luck", value: [9,13]}
          ]
]

@timwburch
Copy link
Author

Sounds good. I will see what I can do. 👍
:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants