I am using cubism.js
to show my data, but my data do not have up limit, or my data will change a lot.
Please help me!
div.append("div")
.attr("class", "horizon")
.call(context.horizon()
.height(240)
.mode("offset")
.colors(["#08519c","#3182bd"])
.title("QPS")
.extent([0, ???]));