raintank / crate-datasource

Apache License 2.0
13 stars 8 forks source link

Graph Panel > Multiple Selects #13

Closed joemoe closed 8 years ago

joemoe commented 8 years ago

Multiple Selects don't seem to work:

I have a Graph Panel with multiple Selects. It only visualizes the first Select.

bildschirmfoto 2016-09-23 um 10 31 50

When I hide the first, it visualizes the second:

bildschirmfoto 2016-09-23 um 10 31 58

Am I doing something wrong?

alexanderzobnin commented 8 years ago

Confirmed, this is really a bug.

alexanderzobnin commented 8 years ago

Try to build from fix-multiple_selects branch.

joemoe commented 8 years ago

tested it, and it seems to work fine.

alexanderzobnin commented 8 years ago

Ok, I'll add more tests and then merge it into master.

joemoe commented 8 years ago

hi @alexanderzobnin were you able to merge it to master?

alexanderzobnin commented 8 years ago

Yes, just merged.

joemoe commented 8 years ago

this works now.