-
Notifications
You must be signed in to change notification settings - Fork 55
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
fix bug with colors and add numerous options #88
base: ohlc
Are you sure you want to change the base?
Conversation
make configurable zoom level and colors.
add crisp_edges option; make colorized_bars optional; make body border optional.
@mindok Saw your comment on the elixirforum but am not sure what more should I do. Can't you simply approve this "workflow" as it states it's awaiting your approval. If not, then please guide me step by step. For the reference, I forked your project and committed to the |
@DaTrader - just saw this. For some reason I wasn't notified of the PR creation. I created a new one to include my original commits so we can merge straight into master. I'll move your comments across. If you're ok with that, I'll close this one. |
sure
…On Sat, Jan 13, 2024, 23:00 mindok ***@***.***> wrote:
@DaTrader <https://github.com/DaTrader> - just saw this. For some reason
I wasn't notified of the PR creation. I created a new one to include my
original commits so we can merge straight into master. I'll move your
comments across. If you're ok with that, I'll close this one.
—
Reply to this email directly, view it on GitHub
<#88 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHGBEC26AKY27HODDYP4LN3YOL7WHAVCNFSM6AAAAABBP3M3KCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQG43TQNRQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@mindok is this still active? It seems it is quite useful and stable esp combined with liveview, so opening up maintenance may help or asking for sponsorship etc... oss can be hard. |
Hi @inoas-nbw - thanks for the prompt... you are right - OSS can be hard when other aspects of life get a little crazy. I'll merge this one, the barchart PR and the OHLC/candles in one session - @DaTrader has done a great job on the OHLC work. Thanks for the nudge re: maintainers - I'll put something in the readme and announce on elixir forums to see if anyone is happy to help out with merging / reviews etc. I need to ask the community a couple of questions re: direction so it's a good time. |
Bug fixes
Enhancements
crispEdges
rendering option (looks way better when SVG container size and SVG size match 1:1)Code housekeeping
ohlc.ex
(except for protocol implementation ones)