Package tech.tablesaw.plotly.api
Class CandlestickPlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.CandlestickPlot
-
-
Constructor Summary
Constructors Constructor Description CandlestickPlot()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Figure
create(String title, tech.tablesaw.api.Table table, String xCol, String openCol, String highCol, String lowCol, String closeCol)
Returns Figure containing candlestick time series plot with a default layout
-