Closed ruslander closed 8 years ago
I think this should help you: https://github.com/jiahuang/d3-timeline#tickformatformat--ticktime--tickinterval--ticksize-
Yes it worked, this is what I had to do
.tickFormat({
format: d3.time.format('%S %L'),
tickTime: d3.time.milliseconds,
tickInterval: 1,
tickSize: 6
})
Great! Thanks for sharing
Interesting library, kudos to the creators!
Looked through the code unfortunately could not figure out how to change the time scale. In particular i want to have seconds on X axis. Here is my data set I try to render:
Any hint highly appreciated, Cheers!