Shopify / dashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
http://shopify.github.com/dashing/
MIT License
10.98k stars 1.18k forks source link

Not able to reduce gap between tiles #732

Open kvvadavi opened 7 years ago

kvvadavi commented 7 years ago

Please see this attached dashboard. It has huge gaps between tiles. I am able to resize the tiles from scss file.

screen shot 2016-12-23 at 2 06 13 pm
kvvadavi commented 7 years ago

`sample.erb

<% content_for :title do %>Storage Dashboard<% end %>

  • </li>
    
    <li data-row="2" data-col="0" data-sizex="0.5" data-sizey="0.5">
      <div data-id="fases105c_cf" data-view="Hotness" data-title="FASES105C CF" data-cool="2" data-warm="1"></div>
    
      <li data-row="2" data-col="2" data-sizex="0.5" data-sizey="0.5">
        <div data-id="fases105e_cf" data-view="Hotness" data-title="FASES105E CF" data-cool="2" data-warm="1"></div>
    
        <li data-row="2" data-col="3" data-sizex="0.5" data-sizey="0.5">
          <div data-id="fases105c_cf" data-view="Hotness" data-title="FASES105C CF" data-cool="2" data-warm="1"></div>
    
          <li data-row="2" data-col="4" data-sizex="0.5" data-sizey="0.5">
            <div data-id="fases105e_cf" data-view="Hotness" data-title="FASES105E CF" data-cool="2" data-warm="1"></div>
    </li>

`

ghost commented 7 years ago

did you see this? https://github.com/Shopify/dashing/issues/271