Widget:WJG Sandbox chart: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 71: | Line 71: | ||
var newopts = { | var newopts = { | ||
yAxisLabel : "Percent Correct", | yAxisLabel : "Percent Correct", | ||
yAxisFontFamily : "'Arial'", | yAxisFontFamily : "'Arial'", | ||
yAxisFontSize : 16, | yAxisFontSize : 16, | ||
yAxisFontStyle : "normal", | yAxisFontStyle : "normal", | ||
yAxisFontColor : "#666", | yAxisFontColor : "#666", | ||
legend : true, | legend : true, | ||
legendFontFamily : "'Arial'", | legendFontFamily : "'Arial'", | ||
legendFontSize : 12, | legendFontSize : 12, | ||
legendFontStyle : "normal", | legendFontStyle : "normal", | ||
legendFontColor : "#666", | legendFontColor : "#666", | ||
legendBlockSize : 15, | legendBlockSize : 15, | ||
legendBorders : false, | |||
legendBordersColor : "#666", | |||
graphTitle : "My Performance", | graphTitle : "My Performance", | ||
graphTitleFontFamily : "'Arial'", | graphTitleFontFamily : "'Arial'", | ||
graphTitleFontSize : 24, | graphTitleFontSize : 24, | ||
graphTitleFontStyle : "bold", | graphTitleFontStyle : "bold", | ||
graphTitleFontColor : "#666", | graphTitleFontColor : "#666", | ||
} | } |