Sha256: 412fe014be3db8cca16d7298464a107f33641dfeb9037247f05cb0b69712e347

Contents?: true

Size: 619 Bytes

Versions: 1072

Compression:

Stored size: 619 Bytes

Contents

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

const data = [{
  name: 'Number of Installations',
  data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
}]

const LineGraphLegendNonclickable = (props) => (
  <div>
    <LineGraph
        axisTitle="Number of Employees"
        chartData={data}
        id="line-test-3"
        legend
        title="Line Graph with Legend Non Clickable"
        toggleLegendClick={false}
        xAxisCategories={['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug']}
        {...props}
    />
  </div>
)

export default LineGraphLegendNonclickable

Version data entries

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

Version Path
playbook_ui_docs-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1754pbtagprogressradio6121 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.13.0.pre.alpha.play1754pbtagprogressradio6121 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui_docs-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx
playbook_ui-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx