UNPKG

@d3fc/d3fc-discontinuous-scale

Version:

A D3 scale that supports domains that are not continuous, allowing 'breaks' in the scale, for example skipping weekends for a date scale.

4 lines 140 B
export const millisPerDay = 24 * 3600 * 1000; export const dayBoundary = "00:00:00.000"; export const SOD = 'SOD'; export const EOD = 'EOD';