Commit ff60d03d authored by Masayuki Tanaka's avatar Masayuki Tanaka

Update sample for data.label

parent a3aecb0b
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
labels: { labels: {
// format: function (v, id) { return "Default Format on " + id; }, // format: function (v, id) { return "Default Format on " + id; },
format: { format: {
y: function (v, id) { return "Y Format on " + id; }, data1: function (v, id) { return "data1 Format"; },
y2: function (v, id) { return "Y2 Format on " + id; } data2: function (v, id) { return "data2 Format"; }
} }
}, },
axes: { axes: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment