Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

loadsmart/data-visualization-components

Repository files navigation

@loadsmart/data-visualization

NPM JavaScript Style Guide Coverage Status CI Status Open Issues

Install

This library is meant to be used along a few dependencies, which are listed as peer dependencies, so you will need to provide those in your project (and you most likely already have most of them)

  • "@types/recharts": "^1.8.19",
  • "lodash.get": "^4.4.2",
  • "react": "^16.0.0",
  • "recharts": "^2.0.9",
  • "styled-components": "^5.2.1"

If the lib isn't working properly, check if you have appropriate versions of all of these installed!

With NPM

npm install --save @loadsmart/data-visualization

or Yarn

yarn add @loadsmart/data-visualization

Usage

import React, { Component } from 'react'

import { Card } from '@loadsmart/data-visualization'

class Example extends Component {
  render() {
    return <Card />
  }
}

Contributing

Guide at CONTRIBUTING.md

Meta

License

MIT