palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 224 forks source link

Add optional offset for tickGenerator #3430

Closed SergeKireev closed 6 years ago

SergeKireev commented 6 years ago

This is useful when handling dates through intervalTickGenerator, as the ticks are offset from whole intervals (n => n DAY_MILLIS with DAY_MILLIS = 24 3600 * 1000) by an hour.

palantirtech commented 6 years ago

Thanks for your interest in palantir/plottable, @SergeKireev! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

themadcreator commented 6 years ago

Closed due to lack of activity