domitry / Nyaplotjs

JavaScript plotting library
http://nyaplotjs.readthedocs.org
Other
21 stars 7 forks source link

Adding grouped checkbox #9

Closed domitry closed 10 years ago

domitry commented 10 years ago

http://www.domitry.com/gsoc/multi_pane2.html In this example, 3 check-boxes under 'Filter' should be grouped. If I select 'over-lapping' button, the other two should be disabled.

pjotrp commented 10 years ago

Also the area radio button should act as a true radio button for overlapping areas (so you can not select all and overlapping at the same time). Currently it works as a checkbox.

The radio buttons on the first 3 columns are actually true checkboxes (select multiple is the idea). Better to show them as squares to abide the convention.

domitry commented 10 years ago

I'll implement it tomorrow, at least in a week. Separating Legend of now into 2 types, Legend and LegendArea will make it easy to handle legends.