danvk / dygraphs

Interactive visualizations of time series using JavaScript and the HTML canvas tag
http://dygraphs.com
Other
3.17k stars 606 forks source link

Never show ticks at finer granularity than the data #369

Open danvk opened 9 years ago

danvk commented 9 years ago

From danvdk on August 21, 2012 03:47:44

If your data is per-minute, it never makes sense to show ticks at a higher granularity (say every thirty seconds) since that could mislead the chart's reader into thinking that the data is finer than it is.

Original issue: http://code.google.com/p/dygraphs/issues/detail?id=368

danvk commented 9 years ago

From konigsb...@gmail.com on February 08, 2013 10:44:05

Labels: Version-2