SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
150 stars 21 forks source link

Plot.candlestick #98

Closed Joseph-Hui closed 1 year ago

Joseph-Hui commented 1 year ago

I added a private inline fun Plot.candlestick to test the Candle Stick plot in my own code. Will you consider to add this to space.kscience.plotly.plotExtension?

In addition, is this recommended to add a private inline function if the element is available?

SPC-code commented 1 year ago

Could you please make a pull request?

SPC-code commented 1 year ago

Closed via #99