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
Currently, we have to use hack ways to create another series like this example to make the background of bar series, which is not very good by design and a little complicated to write code.
It is a frequently asked feature, especially after we support the ring bar series on with polar system #11393. So I think we should support the background option for bar series, both with the cartesian coordinate system and the polar system.
What does the proposed API look like?
series.background = ...
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Currently, we have to use hack ways to create another series like this example to make the background of bar series, which is not very good by design and a little complicated to write code.
It is a frequently asked feature, especially after we support the ring bar series on with polar system #11393. So I think we should support the background option for bar series, both with the cartesian coordinate system and the polar system.
What does the proposed API look like?
series.background = ...
The text was updated successfully, but these errors were encountered: