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