Package-level declarations

Functions

Link copied to clipboard
fun waterfallPlot(data: Map<*, *>, x: String, y: String, measure: String? = null, group: String? = null, color: String? = null, fill: String? = null, size: Number? = null, alpha: Number? = null, linetype: Any? = null, width: Number? = null, showLegend: Boolean? = null, relativeTooltips: Any? = null, absoluteTooltips: Any? = null, calcTotal: Boolean? = null, totalTitle: String? = null, sortedValue: Boolean? = null, threshold: Number? = null, maxValues: Int? = null, hline: Any? = null, hlineOntop: Boolean? = null, connector: Any? = null, label: Any? = null, labelFormat: String? = null): Plot

A waterfall plot shows the cumulative effect of sequentially introduced positive or negative values.