jyotidhiman0610 opened a new issue #13776: URL: https://github.com/apache/superset/issues/13776
I have a use case like below: Input Data: ``` entity test_run some_values A x 10 ===> Chart 1 for entity A A y 20 ===> Chart 2 for entity A A z 45 ===> Chart 3 for entity A B x 56 ===> Chart 1 for entity B B z 89 ===> Chart 2 for entity B ``` Dashboard should have - 3 charts for entity A - 2 charts for entity B If a new entity comes in data, it should have n charts according to values in "test_run" The number of distinct values in "test_run" are known and charts can be defined for each value of "test_run", like chart for test_run "x" will always be a pie chart, etc. Any way to it dynamically? Kindly let me know if more details are needed. How can I do that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
