Allow configurable (per dashboard) grid size

Issue #64 resolved
Iván Loire created an issue

So you can create 8x6 grids, for instance, instead of 6x4

Comments (6)

  1. Iván Loire reporter
    {
    
      "layout": {
    
          "title": false,
          "customJS" : [...],
          "gridSize" : { "columns" : 8, "rows" : 8 },
          "widgets" : [
             ....
    
  2. Log in to comment