Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 244 Bytes

d3-luxon

Luxon-based d3-time and d3-scale implementations.

Example Usage

import {scaleZoned} from "d3-luxon";

let scale = scaleZoned(zone, 1 /*firstDayOfWeek; 1=monday, 7=sunday*/)
                .range([0, width])