Hi all, I am building an application on Zeppelin using dynamic forms to generate graphs. The change of some of the forms may change the number of columns of the output table, which requires the visualization to be reconfigured. Every time when I change these forms, I need to specify graph configurations, such as keys, groupby and values, to correct the graph. This is quite inconvenient.
Is there anyway I can set the graph configurations programmatically based on the structure of my output data? Can Angular Display System achieve that? Thanks! Zhong