-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
[Feature] Is there a way to safely override Echarts styling / rendering? #20712
Comments
Most of the API is about styling - color, opacity, width, format, etc. |
Thanks @helgasoft for responding! We were trying to customize the behavior (not just the styling) of the pie chart. See #20626, where we wrote custom rendering code. Is this a reliable way to customize Echarts behavior, or we are not expected to use Echarts this way? Thanks in advance. I really appreicate your help! |
I'd like to know what you mean by "safe / reliable". |
Thanks for your response! We want to customize the behavior of certain charts, for example animation by writing custom code. How can could we do so in a way such that any future changes to the Echarts library won't cause regression in the custom behavior we implemented? I'll ask my teammate to provide an example. Thanks. |
Hi @Ovilia I am also one of the engineers in @lwangsf 's org. I think generally there are some configurations that requires us to go into ![]() |
What problem does this feature solve?
Hi there. If we want to have different styling options, or support different behavior in a chart than the default Echarts options, is there a way for us to customize Echarts in a safe / reliable way? Thank you!
What does the proposed API look like?
N/A
The text was updated successfully, but these errors were encountered: