jpchev commented on PR #32707: URL: https://github.com/apache/superset/pull/32707#issuecomment-2750582052
> Hi, @jpchev. I'm trying to implement the stacked chart as you did above for the below dataset. > > ``` > id,sprint,stories,p0_issues,p1_p2_issues,effieciency > 1,2023#07,24,1,5,4 > 7,2023#06,25,4,10,1.785714286 > 2,2023#05,26,4,12,1.625 > 3,2023#04,26,8,20,0.7878787879 > 4,2023#03,22,10,30,0.55 > 5,2023#02,23,9,40,0.4693877551 > 6,2023#01,21,15,28,0.488372093 > ``` > > Can you help me understand by giving a demo for this, I'm not able to build the chart for the dataset as you did. You can hit me `@b4s36t4` in discord or telegram we can take things over there. Thanks for the help! hello, what do you want to stack together? Is your 'stories' column the count of user stories opened by month? Do you want to stack together the number of p0_issues and p1_p2_issues by month? If yes, you don't need my feature, you just choose the sprint column as x axis and choose the existing stack feature to stack all data together -- 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]
