Sha256: f3380f90f1af68fa5f1b6f1dc40a9769a98d6a3d517eda973c4ce88ee3324bbb

Contents?: true

Size: 554 Bytes

Versions: 1065

Compression:

Stored size: 554 Bytes

Contents

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

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

export default GaugeHeight

Version data entries

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

Version Path
playbook_ui_docs-13.34.1.pre.alpha.play1407statvaluekitinconsistencies3388 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.1.pre.alpha.play1407statvaluekitinconsistencies3388 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.34.1.pre.alpha.PLAY14703378 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.1.pre.alpha.PLAY14703378 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.34.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3370 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3370 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3369 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3369 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3368 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3366 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3366 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.34.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.33.1.pre.alpha.play1407statvaluekitinconsistencies3352 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.33.1.pre.alpha.play1407statvaluekitinconsistencies3352 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.33.1.pre.alpha.PLAY14063320 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.33.1.pre.alpha.PLAY14063320 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-13.33.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui_docs-13.33.0.pre.alpha.PBNTR405dropdownformfixesrails3311 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx