@flourish/chart-layout
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@flourish/chart-layout", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Create axes", | ||
@@ -5,0 +5,0 @@ "main": "chart-layout.js", |
@@ -0,1 +1,4 @@ | ||
# 3.0.1 | ||
* Fix `defaultDatetimeParser` function | ||
# 3.0.0 | ||
@@ -2,0 +5,0 @@ * Add auto axis titles |
import { timeParse } from "d3-time-format"; | ||
var defaultDatetimeParser = timeParse("%Y-%m-%dT"); | ||
var defaultDatetimeParser = timeParse("%Y-%m-%d"); | ||
@@ -5,0 +5,0 @@ function initDatetimeParse(instance) { |
Sorry, the diff of this file is too big to display
359320