An open API service indexing awesome lists of open source software.

https://github.com/venryx/react-uplot

ReactJS wrapper for the uPlot charting library.
https://github.com/venryx/react-uplot

Last synced: 11 months ago
JSON representation

ReactJS wrapper for the uPlot charting library.

Awesome Lists containing this project

README

          

# React uPlot

ReactJS wrapper for the uPlot charting library.

### Installation

```
npm install react-uplot --save-exact
```

The `--save-exact` flag is recommended (to disable version-extending), since this package uses [Explicit Versioning](https://medium.com/sapioit/why-having-3-numbers-in-the-version-name-is-bad-92fc1f6bc73c) (`Release.Breaking.FeatureOrFix`) rather than SemVer (`Breaking.Feature.Fix`).

For `FeatureOrFix` version-extending (recommended for libraries), prepend "`~`" in `package.json`. (for `Breaking`, prepend "`^`")

### Usage

TODO