All of the charts have input data and output data. You can synchronize two charts just using the output data element of the first chart as the input data element of the second chart. You can even build formulas based on data outputs, like for instance using the element selected in a control list to be part of a formula which filters a given datasset based on one column which elements match with the selected element in the control list. Charts use to have two main data outputs:
- On over: When on over with the mouse, the element will be the data output of that chart.
- Selection: When clicking on a given element of a chart (e.g: a serie in a Line chart) that will be the output element that can be synchronize with another chart. In Maps, we also have “zoom” and “center” which make super easy to syncrhonize, for instance, two maps (the zoom and center of the first map act as input data elements of the second map).