-
Notifications
You must be signed in to change notification settings - Fork 14
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
Z order to control lines visible color when lines cross each other #3
Comments
The same question were asked here morrisjs#747 Original issue #3
This option not works properly, see it in screen 1. Code below. Code is: If i set pointSuperimposed true, chart looks like screen 2 |
Does it difficult add order when paths drawing? |
#3 So that datalabels of redundant point are same if pointSuperimposed is false offset of redudundant point works when linewidth is an array
It did not work because your settings of lineWidth is an array. Now it should be ok. As I wrote above, the order of paths is defined by the order in ykeys. I would rather do not modify the current design. |
How can I manually set lines "z index order" on the chart?
When two lines on the same position and cross each other, first line color will above, second line will under.
Now this order depends on sequence colors/data in options, but I need choose my custom sequence.
The text was updated successfully, but these errors were encountered: