epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 278 forks source link

time.gauge: Disable interpolation on the label #219

Open wuyuanyi135 opened 8 years ago

wuyuanyi135 commented 8 years ago

Hello. I am using the gauge but I hope the text label showing exactly the value, rather than the interpolated(animated) value. Is there any way to do this?

wuyuanyi135 commented 8 years ago

well, I find that I can simply return the real value in the format option, rather than handling the argument passed in, which is a interpolated value.

Do you feel it necessary to give a configurable label interpolation option?