Sha256: 480fc761e948ff5ab0b380081755f7172b13c797596a9666ad8d169efcb81778

Contents?: true

Size: 315 Bytes

Versions: 105

Compression:

Stored size: 315 Bytes

Contents

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

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

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

export default GaugeDisableAnimation

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
playbook_ui-6.1.0.pre.alpha3 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui-6.1.0.pre.alpha2 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui-6.1.0.pre.alpha1 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui-6.1.0 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx
playbook_ui-6.0.1.pre.alpha6 app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx