Financial Traces
-
Draws waterfall trace which is useful graph to displays the contribution of various elements (either positive or negative) in a bar chart.
The data visualized by the span of the bars is set in
See moreyiforientationis set th v (the default) and the labels are set inx. By settingorientationto h, the roles are interchanged. -
The candlestick is a style of financial chart describing open, high, low and close for a given
xcoordinate (most likely time).The boxes represent the spread between the
See moreopenandclosevalues and the lines represent the spread between thelowandhighvalues Sample points where the close value is higher (lower) then the open value are called increasing (decreasing). By default, increasing candles are drawn in green whereas decreasing are drawn in red. -
Visualize stages in a process using area-encoded trapezoids.
This trace can be used to show data in a part-to-whole representation similar to a “pie” trace, wherein each item appears in a single stage. See also the “funnel” trace type for a different approach to visualizing funnel data.
See more -
Visualize stages in a process using length-encoded bars.
This trace can be used to show data in either a part-to-whole representation wherein each item appears in a single stage, or in a “drop-off” representation wherein each item appears in each stage it traversed. See also the “funnelarea” trace type for a different approach to visualizing funnel data.
See more -
The ohlc (short for Open-High-Low-Close) is a style of financial chart describing open, high, low and close for a given
xcoordinate (most likely time).The tip of the lines represent the
See morelowandhighvalues and the horizontal segments represent theopenandclosevalues. Sample points where the close value is higher (lower) then the open value are called increasing (decreasing). By default, increasing items are drawn in green whereas decreasing are drawn in red.
View on GitHub
Install in Dash
Financial Traces Reference