You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(eclwatch): add a multi-scale 24-hour tick formatter (#4482)
adds a 24h multiscale tick formatting function to chart/Axis, exposes a
tickFormatFunc property in timeline/ReactTimelineSeries, and uses both
in eclwatch/WUTimeline
Signed-off-by: Jeremy Clements <79224539+jeclrsg@users.noreply.github.com>
tickFormatFunc(fn?: (d: any)=>string): this |((d: any)=>string)|undefined;
121
135
}
122
136
ReactTimelineSeries.prototype.publish("timePattern","%Y-%m-%d","string","Time pattern used for parsing datetime strings on each data row",null,{optional: true});
123
137
ReactTimelineSeries.prototype.publish("tooltipTimeFormat","%Y-%m-%d","string","Time format used in the default html tooltip");
0 commit comments