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

Bright colors showing up BLACK on Area chart. #190

Closed
vanboom opened this issue Feb 25, 2013 · 0 comments
Closed

Bright colors showing up BLACK on Area chart. #190

vanboom opened this issue Feb 25, 2013 · 0 comments

Comments

@vanboom
Copy link

vanboom commented Feb 25, 2013

Morris.Area({
element: 'area-example',
data: [
{ y: '2006', a: 100, b: 90 },
{ y: '2007', a: 75, b: 65 },
{ y: '2008', a: 50, b: 40 },
{ y: '2009', a: 75, b: 65 },
{ y: '2010', a: 50, b: 40 },
{ y: '2011', a: 75, b: 65 },
{ y: '2012', a: 100, b: 90 }
],
xkey: 'y',
ykeys: ['a', 'b'],
labels: ['Series A', 'Series B'],
lineColors:['#ffa8b0','#abcdef']
});

Thanks for your library - it looks like one of the BEST simple plotting utilities available!
Don

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

1 participant