Home
last modified time | relevance | path

Searched defs:BasicTickFormatter (Results 1 – 2 of 2) sorted by relevance

/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/formatters/
H A Dbasic_tick_formatter.d.ts13 export interface BasicTickFormatter extends BasicTickFormatter.Attrs { interface
15 export declare class BasicTickFormatter extends TickFormatter { class
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/
H A Dformatters.py82 class BasicTickFormatter(TickFormatter): class