Sha256: 02c90d2a20eaaefa2f83965ad1f6050438b5e0b1518fbb1e63dc4161db7fea37

Contents?: true

Size: 511 Bytes

Versions: 105

Compression:

Stored size: 511 Bytes

Contents

import React from 'react'
import { Gauge } from '../../'

const GaugeHeight = () => (
  <div>
    <Gauge
        chartData={[ { name: 'Pixels', value: 400 } ]}
        height="400"
        id="gauge-height-px"
        suffix="px"
        title="Fixed Height in Pixels"
    />
    <Gauge
        chartData={[ { name: 'Percentage', value: 45 } ]}
        height="45%"
        id="gauge-height-percent"
        suffix="%"
        title="Height as Percentage of Width"
    />
  </div>
)

export default GaugeHeight

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
playbook_ui-7.3.0.pre.alpha3 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.3.0.pre.alpha2 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.3.0.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.2.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.1.2 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.1.0.pre.alpha2 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.1.1.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.1.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.1.0.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.1.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.1.pre.alpha15 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-6.8.2.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.0.pre.alpha15 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.1.pre.alpha14 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.0.pre.alpha14 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.0.pre.alpha13 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.0.pre.alpha12 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.0.0.pre.alpha11 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx