Hello, im looking for a way to make interactions possible using d3.js visuals. For example when i use a scatterplot (d3.js custom visual) and click on a dot, it should display informations for this dot in a table (standard-table from pbi).
So how can i access to other visuals by using js?
Thanks in advance