Graph looks a little better

This commit is contained in:
Kevin Chung
2015-05-13 17:48:37 -04:00
parent 65ae712c68
commit add67db4d2

View File

@@ -79,8 +79,8 @@ function scoregraph () {
data: {
xs: xs_data,
columns: column_data,
type: "step",
labels: true
type: "step"
// labels: true
},
axis : {
x : {
@@ -97,9 +97,9 @@ function scoregraph () {
}
}
},
// zoom : {
// enabled: true
// }
zoom : {
enabled: true
}
});
});
}