Created
November 7, 2013 22:31
-
-
Save derekblank/7363006 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var alternateLineGraphData = { | |
labels: ["Jul 2013", "Aug 2013", "Sep 2013", "Nov 2013", "Dec 2013"], | |
datasets: [ | |
{ | |
fillColor: "#2c3e50", | |
strokeColor: "#111", | |
data: [630,185,403,495,174] | |
}, | |
{ | |
fillColor : "#3498db", | |
strokeColor : "#111", | |
data : [288,300,373,289,299] | |
} | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment