Sha256: bee46ee8d81403a030ac9c4e164fc805bd889a56cf8ed3f9548fd1f227b5af5f

Contents?: true

Size: 308 Bytes

Versions: 948

Compression:

Stored size: 308 Bytes

Contents

import React from 'react'
import { Gauge } from 'playbook-ui'

const data = [
  { name: 'Name', value: 67 },
]

const GaugeColors = (props) => (
  <div>
    <Gauge
        chartData={data}
        id="gauge-colors"
        {...props}
        colors={['data-7']}
    />
  </div>
)

export default GaugeColors

Version data entries

948 entries across 948 versions & 2 rubygems

Version Path
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143264 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143264 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx