gem / oq-platform

DEPRECATED. Please refer to https://github.com/gem/oq-platform2
8 stars 3 forks source link

IRV: make charts interactive to each other and with the map #594

Closed ptormene closed 8 years ago

ptormene commented 8 years ago

These are important steps towards a better interaction between map and charts and among charts (see https://github.com/gem/oq-platform/issues/596).

When a zone is clicked in the map, the corresponding line is toggled (highlighted or unhighlighted) in all charts. Consecutive clicks on different zones make all those zones highlighted in the charts.

When brushes are used to filter data in one chart, the selected zones are also highlighted in the other charts.

Tests are green: https://ci.openquake.org/job/zdevel_oq-platform/300/

nastasi-oq commented 8 years ago

Tests are missing. Please, at least, open an issue on the bug-tracker to have a reminder about develop a test for the new features.

ptormene commented 8 years ago

As requested, I've added an issue (https://github.com/gem/oq-platform/issues/602) as a reminder for additional selenium tests for the new features.

nastasi-oq commented 8 years ago

LGTM