Sha256: 8ee9dc7c266de99e453ff95c2ca529491822854feb1f1b5e27541db80e637342

Contents?: true

Size: 519 Bytes

Versions: 1007

Compression:

Stored size: 519 Bytes

Contents

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

const chartData = [{
  name: 'Number of Installations',
  data: [1475, 200, 3000, 654, 656],
}]

const BarGraphLegend = (props) => (
  <div>
    <BarGraph
        axisTitle="Number of Employees"
        chartData={chartData}
        id="bar-test-2"
        legend
        title="Bar Graph with Legend"
        xAxisCategories={['Jan', 'Feb', 'Mar', 'Apr', 'May']}
        yAxisMin={0}
        {...props}
    />
  </div>
)

export default BarGraphLegend

Version data entries

1,007 entries across 1,007 versions & 2 rubygems

Version Path
playbook_ui-14.2.0.pre.alpha.PLAY15063634 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.PLAY15063633 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.PLAY15063633 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.fixphonenumberinputflag3632 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.fixphonenumberinputflag3632 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.fixphonenumberinputflag3631 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.fixphonenumberinputflag3631 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.PLAY15063628 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.PLAY15063628 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.PLAY15063626 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.PLAY15063626 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.PLAY15063624 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.PLAY15063624 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.play1432playgroundsanitation3622 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.play1432playgroundsanitation3622 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.PLAY15063621 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.PLAY15063621 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.PLAY15063620 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui-14.2.0.pre.alpha.PLAY15063620 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx
playbook_ui_docs-14.2.0.pre.alpha.PLAY15063619 app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx