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