philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

Doing showLabels just like showAggregates #63

Closed ralphbean closed 13 years ago

ralphbean commented 13 years ago

My commit message is a little incorrect.

The documentation states that showLabels should only return true or false (if its a function). This patch makes it act just like showAggregates so you can return, say, a formatted date.

Cheers!

philogb commented 13 years ago

Thanks for your contribution! :)