https://github.com/venryx/uplot-vplugins
Plugins for uPlot, by Venryx.
https://github.com/venryx/uplot-vplugins
Last synced: over 1 year ago
JSON representation
Plugins for uPlot, by Venryx.
- Host: GitHub
- URL: https://github.com/venryx/uplot-vplugins
- Owner: Venryx
- License: mit
- Created: 2020-10-29T03:40:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T07:49:47.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T05:35:06.848Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uPlot VPlugins
Some plugins (by Venryx) for the uPlot charting library.
### Installation
```
npm install uplot-vplugins --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