Solid uPlot
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 463
- PR merge metrics
- No merged PRs in 30d
Description
In case anyone is interested, I recently published @dschz/solid-uplot -- a SolidJS wrapper for uPlot so that it can be used as a JSX component. I worked with uPlot in the past and thought it was a super cool library and I believe Solid + uPlot is an incredible marriage that could unlock patterns that perhaps weren't possible before. Wanted to play my part in making the library more accessible to others.
The Solid version does more than just wrap around it. I decided to enhance the plugin system a bit by introducing a plugin bus system that allows plugins to talk to each other so that you could compose and orchestrate plugins together with less friction on the dev side.
I provide four plugins out of the box that serve as "primitives" for others to build on if they're interested:
- cursor
- focusSeries
- tooltip
- legend
The legend is more of an opinionated one but the others are definitely more fundamental I think.
Hope this all helps!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No uPlot files, tests, or entry points are named. Start with the linked @dschz/solid-uplot project and confirm whether any concrete change is wanted in uPlot; done cannot be defined from this issue alone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100