This Dataiku DSS plugin adds a custom chart: the waterfall chart.
Waterfall charts are useful to visualize the cumulative value of different categories that have either positive or negative values. They are quite similar to categorical histogram using cumulative values.
This chart is based on the Google Charts library and requires internet access to render on your datasets.
Use the native DSS Waterfall chart when available:
The native chart is the recommended option for current DSS instances.
The By categories (X) column corresponds to the different categories on which values are aggregated.
The Show values (Y) column corresponds to the variable that is summed for each category.
For instance, in a dataset with transactions of different categories and values:
The Waterfall chart with transaction_type as the By categories (X) column and with transaction_value as the Show values (Y) column is:
For each type of transactions, the total sum of its values is computed and then these categories are sorted in decreasing order.
The Total column corresponds to the total cumulative values of all categories.
DSS 7.0.1 or newer is required.
This project is licensed under the Apache Software License.

