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.
- Host: GitHub
- URL: https://github.com/venryx/react-uplot
- Owner: Venryx
- License: mit
- Created: 2020-10-15T14:14:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T23:53:06.000Z (over 1 year ago)
- Last Synced: 2025-08-16T09:43:35.090Z (11 months ago)
- Language: JavaScript
- Size: 228 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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