0.1.13 • Published 6 months ago

@meistercharts-dev/meistercharts-react v0.1.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

@meistercharts/meistercharts-react

Wrapper around the MeisterCharts library for React.

Installation

The package can be installed from npmjs(TODO: link package).

npm

npm install @meistercharts/meistercharts-react

yarn

yarn add @meistercharts/meistercharts-react

pnpm

pnpm add  @meistercharts/meistercharts-react

Usage

To create a Timeline Chart with sample data, insert this code in a React Component.

import { TimeLineChart, useTimeLineChartController } from "@meistercharts/meistercharts-react"

export function Chart() {
   const controller = useTimeLineChartController();

   useEffect(() => {
      controller.setUpDemo();
      controller.play();
   })

   return <TimeLineChart controller={controller} />
}

This will render the following chart:

TODO: insert screenshot

0.1.13

6 months ago

0.1.12

7 months ago

0.1.11

7 months ago

0.1.10

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago