streamlit-echarts
streamlit-echarts copied to clipboard
newbie question: click-able histogram
Hi, I'm new to streamlit, as well as to echarts/bokeh/similar so apologies for a naive question. I simply want to create a histogram where a user can click on a bar (or drag over a range of bars, not necessary but would be nice), and a callback function would return the histogram bin x-values. Could you recommend whether this package, or bokeh, or some other approach would be recommended for this? If it's possible in this package, could you provide a simple example? Thanks!!