Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Candle stick chart #167

Closed
sanisloandras opened this issue Dec 9, 2022 · 7 comments
Closed

Candle stick chart #167

sanisloandras opened this issue Dec 9, 2022 · 7 comments
Assignees

Comments

@sanisloandras
Copy link

Hello!

I really like this library, but wondering if I could customize it to have a candle stick style?
Currently trying to understand how the lib works, but it you have some time, it would help a lot...
Thanks in advance.

image

@patrickmichalik
Copy link
Member

Hello! Vico doesn’t yet include such a chart type, but we plan on adding more chart types, including candlestick charts, in the future. The API is quite flexible, so I believe it would be possible to write a Chart implementation that draws candlesticks, but you’d have to create a custom ChartEntry implementation too (since here you’d need four y values per entry, not just one).

@jibe-n
Copy link

jibe-n commented May 5, 2023

Hello!

I was wondering if you have an ETA for the candlestick chart implementation? I played a bit with the candlestick chart in the sample and it looks so great already! I switched all my charts to Vico and this is the only one thing I'm missing.

Thank you guys for your amazing work.

@Gowsky
Copy link
Member

Gowsky commented May 7, 2023

Hi @jibe-n, the candlestick chart in the core module is mostly done. We need to add some Jetpack Compose and Views specific support for it, but our priority currently has been shifted to other features and improvements.

@makaronis
Copy link

is there any update on this? i'm looking for candlestick chart too

@Gowsky
Copy link
Member

Gowsky commented Jul 19, 2023

Hi @makaronis, no updates since my last comment. I want to resume work on candlestick chart once #87 is done, and it’s nearly complete.

@makaronis
Copy link

makaronis commented Jul 19, 2023

Hi @Gowsky , what's missing from current realization of that chart? i've seen branch with that code

@Gowsky
Copy link
Member

Gowsky commented Jul 19, 2023

The API probably needs some tweaks, and we need to add missing documentation.

@Gowsky Gowsky added this to the 2.0 milestone Jul 23, 2023
@patrykandpatrick patrykandpatrick locked and limited conversation to collaborators Oct 7, 2023
@patrickmichalik patrickmichalik converted this issue into discussion #427 Oct 7, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants