@flourish/chart-layout
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@flourish/chart-layout", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Create axes", | ||
@@ -5,0 +5,0 @@ "main": "chart-layout.js", |
@@ -0,1 +1,4 @@ | ||
# 3.0.3 | ||
* Add missing default parameters fot Min (date) and Max (date) | ||
# 3.0.2 | ||
@@ -2,0 +5,0 @@ * Improve fallback range for log scales |
@@ -12,2 +12,4 @@ import { fillInDefaults } from "./common"; | ||
log_max: null, | ||
datetime_min: "", | ||
datetime_max: "", | ||
@@ -14,0 +16,0 @@ line_visible: true, |
Sorry, the diff of this file is too big to display
359681
9082