HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Toggle data #206

Open bhagenbourger opened 11 years ago

bhagenbourger commented 11 years ago

Toggle data clicking on legend in out container

cesutherland commented 11 years ago

Hey, thanks for the contribution.

The source is all in js/ Check out the Makefile and Readme for build (requires some extra NPMs).

Do you think you could wrap this up into a single plugin file? See https://github.com/HumbleSoftware/Flotr2/tree/master/js/plugins for details.

bhagenbourger commented 11 years ago

Hello, I have looked plugin. I can't put toggle data modification into a single plugin file because i need to do some modifications into legend plugin. I can only modifiy legend plugin to put toggle data modification into it.