Convert Two-dimensional Table to One-dimensional Table
The test data is 2D data:
To convert two-dimensional table to one-dimensional table in JavaScript:
1 | data_1D = []; |
Reference: dc.leaflet.js
The test data is 2D data:
To convert two-dimensional table to one-dimensional table in JavaScript:
1 | data_1D = []; |
Reference: dc.leaflet.js