KR

Results 89 comments of KR

looking forward to this, pls add similar behaviour to shadows as well

same here, updated on arch and it seems something broke all of them

I would love if you can simply make the drawing tools color/behaviour default to same as in tradingview app. They are pretty good already

hey @emma-uw any idea on how to exit that callback state ? once i trigger the function using a topbar switcher state, the click feed keep giving information on clicks,...

@emma-uw can you please explain how this works , with some working example if possible? simply using that code , and clicking on graph doesnt do anything

actually scratch that, here is my implementation for a replay of graph ``` chart.topbar.switcher('click', ('c1', 'c2'), default='c1', func=on_click) def on_chart_click(chart, timestamp, price): print(chart, timestamp, price) dt_object = datetime.fromtimestamp(timestamp, tz=timezone.utc) dt_string...

thanks a lot, this helped :)

yes, i would really like it textboxes can be editable , will be really useful in loading option strike price csv , since date and strike price will also be...

> What if all extensions are disabled? i couldnt replicate the issue with all disabled, so likely the application plugin is the culprit with applications plugin on, it got stuck...