Merge remote-tracking branch 'origin/v2.0-dev' into v2.0-dev

This commit is contained in:
Tanner Linsley 2015-06-11 01:06:07 -06:00
commit a76640c409
4 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@
// label settings
labels: {
show: true,
template: "<%=value%>",
template: "<%=value.toLocaleString()%>",
fontSize: 12,
fontStyle: "normal",
fontColor: "#666",

View File

@ -30,7 +30,7 @@
// label settings
labels: {
show: true,
template: "<%=value%>",
template: "<%=value.toLocaleString()%>",
fontSize: 12,
fontStyle: "normal",
fontColor: "#666",

View File

@ -39,7 +39,7 @@
// label settings
labels: {
show: true,
template: "<%=value%>",
template: "<%=value.toLocaleString()%>",
fontSize: 12,
fontStyle: "normal",
fontColor: "#666",

View File

@ -36,7 +36,7 @@
// label settings
labels: {
show: true,
template: "<%=value%>",
template: "<%=value.toLocaleString()%>",
fontSize: 12,
fontStyle: "normal",
fontColor: "#666",
@ -68,7 +68,7 @@
// label settings
labels: {
show: true,
template: "<%=value%>",
template: "<%=value.toLocaleString()%>",
fontSize: 12,
fontStyle: "normal",
fontColor: "#666",