From 7ed6a0ef6bb51844842cb4010a33b33158f14dd8 Mon Sep 17 00:00:00 2001 From: Victor D'Agata Date: Wed, 15 Nov 2017 15:05:43 -0500 Subject: [PATCH] allow x axis range to be used with timeseries --- types/c3/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/c3/index.d.ts b/types/c3/index.d.ts index 287e030445..afae3cff31 100644 --- a/types/c3/index.d.ts +++ b/types/c3/index.d.ts @@ -459,11 +459,11 @@ declare namespace c3 { /** * Set max value of x axis range. */ - max?: number; + max?: string | number | Date; /** * Set min value of x axis range. */ - min?: number; + min?: string | number | Date; /** * Set padding for x axis. * If this option is set, the range of x axis will increase/decrease according to the values. If no padding is needed in the ragen of x axis, 0 should be set. On category axis, this option