@cdc/waffle-chart

4.24.5 • Public • Published

@cdc/waffle-chart

npm

<CdcWaffleChart /> is a React component produced by the CDC for highlighting/displaying a single piece of data in a card format. This package is part of the larger CDC Open Visualization project.

Installation and Usage

  1. Install the package in your React project npm install @cdc/waffle-chart
  2. Import the component and begin using in your code.
import CdcWaffleChart from '@cdc/waffle-chart'

function App() {

  return (
    <div className="App">
      <CdcWaffleChart config={configObj} />
    </div>
  );
}

export default App;

Note, you must pass in a configuration object. Configuration objects can be created with the Editor package.

Properties

Property Type Description
config String A JavaScript object with the configuration for the waffle chart. Pass either this or the configUrl property to setup your chart.

Dependencies (10)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @cdc/waffle-chart

    Weekly Downloads

    1

    Version

    4.24.5

    License

    Apache-2.0

    Unpacked Size

    771 kB

    Total Files

    25

    Last publish

    Collaborators

    • mpallansch
    • adoe
    • cooms13