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 make draggable.js fit spider charts? #58

Open
isaacloft opened this issue Aug 10, 2016 · 3 comments
Open

Is it possible to make draggable.js fit spider charts? #58

isaacloft opened this issue Aug 10, 2016 · 3 comments

Comments

@isaacloft
Copy link

Hi there,

I am using highcharts to do some data demo in my project. One important graph is spider chart, and it works fantastically. After last group meeting, one suggestion was about making spider chart draggable, as they claimed "looking at the dash lines and polygons gives people a feeling that they can drag those".

I have tried apply draggable.js directly to my spider chart, it worked in a way. Draggable.js only enables drag along X and Y, and my spider chart has 7 angles. No matter which angle I want to drag to increase, I have to drag up, to decrease, dragging down. I am just wondering is there a way to enable the dragging along the actual spider angles?

Any reply would be appreciated!

@TorsteinHonsi
Copy link
Contributor

Currently it isn't possible, but it should be possible to translate the mouse movements into the radial coordinate system of the spider chart, like we currently do with tooltip positions. I'll mark it as an enhancement.

@isaacloft
Copy link
Author

Thanks for answering the question!

@tprichards
Copy link

Any update on this? It would be a great feature to have in. Thanks

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

No branches or pull requests

3 participants