diff options
Diffstat (limited to 'website/app.js')
-rw-r--r-- | website/app.js | 5 |
1 files changed, 0 insertions, 5 deletions
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 |