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

undefined error #6

Closed
tsuncp opened this issue Jul 20, 2015 · 3 comments
Closed

undefined error #6

tsuncp opened this issue Jul 20, 2015 · 3 comments

Comments

@tsuncp
Copy link
Author

tsuncp commented Jul 20, 2015

the problem is happened while guidelines are used in the charts

                        "guides": [{
                            "dashLength": 6,
                            "inside": true,
                            "label": "Yellow",
                            "lineAlpha": 1,
                            "value": 50,
                            "lineColor": "yellow"
                        },
                        {
                            "dashLength": 0,
                            "inside": true,
                            "label": "Green",
                            "lineAlpha": 1,
                            "value": 100,
                            "lineColor": "greenyellow"
                        }, {
                            "dashLength": 0,
                            "inside": true,
                            "label": "Red",
                            "lineAlpha": 1,
                            "value": 0,
                            "lineColor": "red"
                        }],

@maertz
Copy link
Collaborator

maertz commented Jul 20, 2015

Please use hexadecimal color codes instead of "alias" names such as "greenyellow". Following page should help you finding the right colors: http://www.color-hex.com/

@tsuncp
Copy link
Author

tsuncp commented Jul 20, 2015

Ok thanks. But I think it should be mentioned in the document

@tsuncp tsuncp closed this as completed Jul 20, 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

No branches or pull requests

2 participants