Hi, Thanks for the options JSON! Look at this, correct one: Dashboards.board('container', { dataPool: { connectors: [{ id: 'data', type: 'JSON', options: { data: [ ['col1', 'col2', 'col3', 'name'], [1, 5, 5, 'A'], [4, 2, 4, 'B'], [3, 3, 2, 'C'], [2, 4, 6, 'D'], [5, 1, 1, 'E'] ] } }] }, gui: { layout...