I have a choropleth(world map) and a bubble chart in dc.js. The colors in the bubbles and the map should be the same (country wise). On selection of a country, the filtered bubble should have the same color as of the map because the map and bubbles are linked with the same country.
How am i suppose to achieve it.
Any suggestion will be helpful.
Thanks in advance.