Skip to content
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

Wrong line annotation - OLCH chart #53

Open
antoniorg10 opened this issue Mar 16, 2016 · 2 comments
Open

Wrong line annotation - OLCH chart #53

antoniorg10 opened this issue Mar 16, 2016 · 2 comments
Labels

Comments

@antoniorg10
Copy link

Hello, i'm trying to draw a line correctly but my xValue and yValue not displayed in the correct position of the chart.

I set my first XValue in February 1 but the line appears on Jan 21, the same applies in the YValue
http://jsfiddle.net/antoniorg10/mtjemebv/4/

thank you very much

@pawelfus pawelfus added the bug label Mar 17, 2016
@pawelfus
Copy link
Collaborator

Thanks for reporting!

It looks like the default values (center/middle) for anchorX and anchorY cause that offset. When setting strictly left and top the line will work fine, check: http://jsfiddle.net/mtjemebv/5/

Internal note:
Probably we should change default values, to the ones listed above, in this line - it is very confusing, I think.

@antoniorg10
Copy link
Author

Thanks for your answer, That's right! with these chart attributes, the line is properly displayed, again thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants