zhaoyongjie commented on PR #20377:
URL: https://github.com/apache/superset/pull/20377#issuecomment-1163099276

   @kgabryje 
   I wrote a script for your first footage. 
   
   1. Line chart:  ['test metric']
   do: transform -> bar
   2. Bar chart: ['test metric']
   do: edit, Bar chart, ['test metric', 'count(*)']
   do: restore(non query) -> Line, because the bar chart in the 
memorizedFormData(stack)
   3. Line chart: ['test metric']
   do: transform -> bar
   4. Bar chart: ['test metric'], transform from Line chart
   do: edit, Bar chart, ['test metric', 'count(*)']
   do: transform -> area, because the area chart not in the stack
   5. Are chart: metrics: ['test metric', 'count(*)']
   do: restore(non query) -> , because the Bar chart in the stack
   6. Line chart: metrics: ['test metric']
   ....
   ....
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to