Allow for custom grid configurations

Issue #46 resolved
Chris Kiehl created an issue

Currently the board is hard coded to use a 6x4 grid. You should be able to specify your own grid size although we should probably enforce a 1.5:1 ratio to keep widgets compatible.

Comments (2)

  1. Iván Loire

    This was done a while ago.

    You can use gridSize in your dashboard json file:

      "layout": {
        "title": false,
        "gridSize" : { "columns" : 20, "rows" : 12 },
    
  2. Log in to comment