Brian Toal
Brian Toal
Thanks for the quick response @tsenart. Does it make sense to include that as a feature on the Readme.md? This is a great differentiator of this workload generator compared to...
Yah I have tried that as well: var scale = d3.scale.linear().domain([0, 100]).range([0,100]); d3.select("body").selectAll(".horizon") .data(hosts.map(app_server_data_collector)) .enter().insert("div", ".bottom") .attr("class", "horizon") .call(context.horizon().scale(scale).colors(colors));
I should have mentioned that the example above didn't work.
Versions of d3/cubism/etc are:
http://d3js.org/d3.v2.js?2.9.1 http://square.github.com/cubism/cubism.v1.js?1.0.0 http://code.jquery.com/jquery-1.8.2.min.js
Cheers Mike. I know I'm probably using cubism.js in a way it wasn't initially designed (i.e. static mode). I'm trying to get the X axis label to start on Oct...
Made the suggested change and it started the timeline at the first second of the day. However on the far right it shows "Mon 29" which I think is Oct...
Mike any idea on why my timeline start date is wrong (see last post)? Also is there anyway to change the size of the data point?