Sha256: d1a139aad33b5d09bdf7804c91aae975f6ce6b44d1d0ed9206c2a87572a6f52f

Contents?: true

Size: 1.07 KB

Versions: 1810

Compression:

Stored size: 1.07 KB

Contents

<%= pb_rails("flex", props: {wrap: true, align: "center"}) do %>
  <%= pb_rails("flex/flex_item", props: {fixed_size: "400px", overflow: "hidden", shrink: true }) do %>
      <%= pb_rails("gauge", props: {
        id: "gauge-sizing4",
        chart_data: [{ name: "Point 1", value: 100 }],
      }) %>
  <% end %>
  <%= pb_rails("flex/flex_item", props: {fixed_size: "300px", overflow: "hidden", shrink: true }) do %>
      <%= pb_rails("gauge", props: {
        id: "gauge-sizing3",
        chart_data: [{ name: "Point 2", value: 75 }],
      }) %>
  <% end %>
  <%= pb_rails("flex/flex_item", props: {fixed_size: "200px", overflow: "hidden", shrink: true }) do %>
      <%= pb_rails("gauge", props: {
        id: "gauge-sizing2",
        chart_data: [{ name: "Point 3", value: 50 }],
      }) %>
  <% end %>
  <%= pb_rails("flex/flex_item", props: {fixed_size: "125px", overflow: "hidden", shrink: true }) do %>
      <%= pb_rails("gauge", props: {
        id: "gauge-sizing1",
        height: '100%',
        chart_data: [{ name: "Point 4", value: 25 }],
      }) %>
  <% end %>
<% end %>

Version data entries

1,810 entries across 1,810 versions & 2 rubygems

Version Path
playbook_ui-12.4.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-12.3.1.pre.alpha.phone1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-12.3.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-12.3.0.pre.alpha.patchtest1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-12.3.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-12.2.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-12.1.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-12.0.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.20.0.pre.alpha.passthrough1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.20.0.pre.alpha.railsdialog1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.20.0.pre.alpha.focus1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.20.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.19.0.pre.alpha.map1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.19.0.pre.alpha.pagpassthrough1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.19.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.18.0.pre.alpha.pagutility1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.19.0.pre.typeahead1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.18.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.17.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-11.15.0.pre.alpha.dependencies1 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb