From 66cea3906733955c6c1fb223d0bf42eb6bc456b4 Mon Sep 17 00:00:00 2001 From: JaePil Jung Date: Mon, 4 Feb 2019 22:40:39 +0900 Subject: Fixed chart width to responsive (#1670) --- website/app.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'website/app.js') diff --git a/website/app.js b/website/app.js index b1bce55aa..18d2899df 100644 --- a/website/app.js +++ b/website/app.js @@ -135,11 +135,6 @@ function generate( // @ts-ignore c3.generate({ bindto: id, - size: { - height: 300, - // @ts-ignore - width: window.chartWidth || 375 // TODO: do not use global variable - }, data: { columns, onclick -- cgit v1.2.3