Skip to content

yamass/d3-luxon

Repository files navigation

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])

About

Luxon-based d3-time and d3-scale implementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published