Hi,
I am trying to build a dash board that will plot relevant graphs.
My current issue is that it plots the entire data on one graph, highlights the filtered data and the rest is grayed out.
I want to graph to be build only with the data of the relevant rows of the given column.
For example, if I want to plot height as a function of age, and I have a column for "sex" which holds 'M' and 'F', so I have the filtering option
for "sex", if I choose 'F', the 'M' data will be grayed out. I want the chart to only show the 'F' data.
How do I do that?
Thanks,