Plot only the filtered data from a given column on a dashboard
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 ha...