@quartic/bokehjs
Version:
Interactive, novel data visualization
10 lines (7 loc) • 304 B
text/coffeescript
import {Model} from "../../model"
export class TickFormatter extends Model
type: 'TickFormatter'
# Some formatters may require the location on the "cross" range,
# e.g. WebMercator or any non-separable coordinate system. The
# "loc" parameter provides this location
doFormat: (ticks, loc) ->