I have created a function that has one argument: the column name of a DataFrame. According to that value, it shows a graph that has the x-axis based on that column.
def make_graphs(filter):
...
return chart
Now I want to create a dynamic map to select the column from a list and change that graph. So I created another function for that:
DynamicMap cannot be displayed without explicit indexing as 'filter' dimension(s) are unbounded.
Set dimensions bounds with the DynamicMap redim.range or redim.values methods.
Process finished with exit code 0
HI. I used your code and the result is the plot for default filter, that is, “Gender”, but there is no way to Select “Seniority”. No selection widget appear. Any idea why?