You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spec for #1019
Add `dx.indicator` with `NotImplementedError`.
Instead of just enabling one indicator, you can create multiple at one
time with a plot by that makes subplots of indicators. This enables, for
example, the creation of a new indicator automatically as a new symbol
ticks in.
The default behavior is only a `number` if you only provide `value` and
`number+delta` if you provide `reference` as well.
https://plotly.com/python/indicator/
Syntax is otherwise generally in line with other `dx` functions and most
other behavior is fairly straightforward.
As a user I would like an easy way to display indicators or metrics, such as https://plotly.com/python/indicator/
Similar to https://docs.streamlit.io/develop/api-reference/data/st.metric.
Create a spec/doc pr then the component.
The text was updated successfully, but these errors were encountered: