Skip to content

Conversation

jclemans
Copy link

@jclemans jclemans commented May 1, 2015

Hey there, thanks for creating this angular project. I'm using your code in a project and found a bug in the line chart directive. I went ahead and fixed it and wanted to share the fix back to you.

The issue was just that the linechart directive was generating a barchart due to a typo. I also made a change to the documentation for line charts so that the param names for valuesx and valuesy matches what graphael requires we use.

Hopefully this helps some other people that come across this repo!

@scottux
Copy link
Owner

scottux commented May 4, 2015

Thanks! I am glad someone else is finding a use for it :)

scottux pushed a commit that referenced this pull request May 4, 2015
Linechart suffered from bad copy pasta. Thanks @jclemans

Updated the concatenated and minified files.

Bumped version.
@scottux
Copy link
Owner

scottux commented May 4, 2015

I have included the suggested change in the source files and rebuilt everything so that the documentation is now correct (the code was actually not updated correctly in the last release - it should have been values-x and values-y) so I made a new release with these changes added. Thanks again.

@scottux scottux closed this May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants