christabor/flask_jsondash

Issue loading time series in d3 with non override option

christabor opened this issue · 0 comments

The time series c3 type is broken when using it without the override option. It needs to follow the c3.js format using columns: {columns: [['x', d1, d2, d3], ['label1', 1, 2, 3], ]}