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: { data: {
xs: xs_data, xs: xs_data,
columns: column_data, columns: column_data,
type: "step", type: "step"
labels: true // labels: true
}, },
axis : { axis : {
x : { x : {
@@ -97,9 +97,9 @@ function scoregraph () {
} }
} }
}, },
// zoom : { zoom : {
// enabled: true enabled: true
// } }
}); });
}); });
} }