Fix spacing after comma

This commit is contained in:
Javi Martín
2019-03-04 13:59:33 +01:00
parent 9deed3f39d
commit 5d30ea8835

View File

@@ -3,7 +3,7 @@
buildGraph = (el) ->
url = $(el).data 'graph'
conf = bindto: el, data: { x: 'x', url: url, mimeType: 'json' }, axis: { x: { type: 'timeseries',tick: { format: '%Y-%m-%d' } } }
conf = bindto: el, data: { x: 'x', url: url, mimeType: 'json' }, axis: { x: { type: 'timeseries', tick: { format: '%Y-%m-%d' } } }
graph = c3.generate conf
App.Stats =