Sha256: ef6c167366de3215f809926b8c96ecffdea567a30f1f48367d5756551ece39d6

Contents?: true

Size: 344 Bytes

Versions: 948

Compression:

Stored size: 344 Bytes

Contents

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

const data = [
  { name: 'Participants', value: 84 },
]

const GaugeDisableAnimation = (props) => (
  <div>
    <Gauge
        chartData={data}
        disableAnimation
        id="gauge-disable-animation"
        {...props}
    />
  </div>
)

export default GaugeDisableAnimation

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_disable_animation.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143264 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx