dc.js - Bidirectional selection -


i have 3 charts: choropleth chart, row chart , select menu. 3 have states of country , first 2 graphs show number of people per state.

i had create 3 times same dimension , groups have interactivity between them. if click on map in states a, b , c, highlight in row chart , vice versa if select states in rowchart appear on map.

the problem have selection in 1 direction, if selected states a, b , c in rowchart , on map want select state d gray , values 0. possible bidirectional ?, or between 3 graphs.

thank much. best regards.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -