JSPM

morph-chart

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q19089F
  • License MIT

Made with create-react-library

Package Exports

  • morph-chart

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (morph-chart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

morph-chart

A react chart component with morph transitions. Inspired by RobinHood's 'Spark' and Rainbow Charts' chart.

NPM JavaScript Style Guide

Install

npm install --save morph-chart

Usage

import React from "react";
import Chart from "morph-chart";
import "morph-chart/dist/index.css";
import { data } from "./graphData";

const App = () => {
    return <Chart width={700} height={200} data={data} />;
};

export default App;

License

MIT © itsPauV

Lean Graph