rea725 commented on PR #33146: URL: https://github.com/apache/superset/pull/33146#issuecomment-2827398112
The work performed on Superset by @anantaoutlook in this PR includes the following improvements: 1.) Horizontal waterfall in addition to vertical.  2.) Axis label fixes to word-wrap longer labels instead of hiding them. This is extremely important for readability/usability. For example. Prior to these fixes, roughly half of the following labels in this chart were hidden:  3.) Sorting of Waterfall: It is now possible to sort the waterfall by a field other than the field indicated in the waterfall column headers. Again, extremely important. As an example, in the following chart, we are bridging from gross revenue to Profit. It's vital that these grouping appear in the correct order:   4.) Added option to use first value as subtotal, and bold first value as subtotal. These are important optional settings for the waterfall. In the example, these allow the Gross Revenue bar to be presented as a subtotal (full bar and grey), and the label for Gross Revenue is bold. Before:  After:  5.) Cross-filtering is now feasible for the waterfall chart. -- 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]
