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.11.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.11.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.11.0.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.10.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.9.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.8.4 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.8.3 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.8.2 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.8.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.8.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.7.0.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.7.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.6.2.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.6.2 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.6.1.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.6.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.6.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.5.1 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.5.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx
playbook_ui-7.4.2 app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx