-
Notifications
You must be signed in to change notification settings - Fork 66
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
echarts.graphic.LinearGradient not working #10
Comments
yes, you are right, the global variable |
Yeah, which is too bad :( I wanted to try referring back to the echarts instance through a ref but the Streamlit lifecycle makes it hard to go back and forth between Python and JS afterwards anyway (absolutely not easy to do streamlit_echarts.setOption or streamlit_echarts.registerMap after the component was set, everything must be done when initializing the component and then eventually rerunning the script by changing component arguments to animate between 2 states) Thanks for your comment, it helped reinforce my thoughts about it :) I may close this soon as "Unresolved" Fanilo |
Actually I'll close this in favor of #4 |
doesn't work. I suppose the
echarts
namespace was minified and doesn't exist anymore?https://echarts.apache.org/examples/en/editor.html?c=bar-gradient
The text was updated successfully, but these errors were encountered: