Sha256: 06950816fae28d78892f830eba2a1d39a2ce0a323c742229786823d944b4b994

Contents?: true

Size: 384 Bytes

Versions: 2178

Compression:

Stored size: 384 Bytes

Contents

<% data1 = [
  {
    name: 'Data Used',
    value: 32,
  }
]%>

<%= pb_rails("gauge", props: {
  id: "gauge-units1",
  chart_data: data1,
  title: "Data Usage",
  suffix: "GB"
}) %>

<% data2 = [
  {
    name: 'Sales to Date',
    value: 65,
  }
]%>

<%= pb_rails("gauge", props: {
  id: "gauge-units2",
  chart_data: data2,
  title: "Sales Goal",
  prefix: "$",
  suffix: "k",

}) %>

Version data entries

2,178 entries across 2,178 versions & 2 rubygems

Version Path
playbook_ui-9.8.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.7.0.pre.alphawidth1 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.7.0.pre.alpha.a11y.btn app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.7.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.6.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.6.1.pre.deps1 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.6.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.5.0.alpha.rs.downgrade app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.5.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.4.0.alpha.sisense app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.4.0.alpha.user.kit.bug app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.4.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.3.1.pre.alpha2 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.4.0.pre.alpha2 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.4.0.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.3.1.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.3.0.alpha.inline3 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.3.0.pre.alpha.password.strength.2 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.3.0.alpha.inline2 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb
playbook_ui-9.3.0.alpha.inline1 app/pb_kits/playbook/pb_gauge/docs/_gauge_units.html.erb