-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Multiline chart with common data point #1970
Comments
Is this a question? I see a rendered pic with the only common data point circled. |
Yeah. This is a question/requirement. The first pic is what I expect, to clearly distinguish both colors. But the graph that is rendered using Charts (second pic), the black circle is overridden by red circle. I want the chart to display both black & red colors clearly at a common data point as shown in the first pic |
Try adjusting these properties as you add the data sets: |
it's about orders for which render above which and make some changes about the circle or something. as @KodiKraig said, you have to use the radius for each data set to make it appear or not. |
How to distinguish a data point if two line datasets have a common data point.
This is what I expect
This is what it is rendered
`override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
The text was updated successfully, but these errors were encountered: