From d72b98df91d8eb921a0b7c07c162c4da59982fe8 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Fri, 22 Nov 2024 01:23:22 -0500 Subject: [PATCH] docs: updates readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ccc657..0e93229 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +

+ uplot-solid +

+ +[![NPM Version](https://img.shields.io/npm/v/uplot-solid.svg?style=for-the-badge)](https://www.npmjs.com/package/uplot-solid) [![Build Status](https://img.shields.io/github/actions/workflow/status/thedanchez/uplot-solid/ci.yaml?branch=main&logo=github&style=for-the-badge)](https://github.com/thedanchez/uplot-solid/actions/workflows/ci.yaml) [![bun](https://img.shields.io/badge/maintained%20with-bun-cc00ff.svg?style=for-the-badge&logo=bun)](https://bun.sh/) + # μPlot Solid Solid wrapper around [μPlot](https://github.com/leeoniya/uPlot?tab=readme-ov-file#-%CE%BCplot) which is a small, fast and performant 2D canvas based chart for time series, lines, areas, ohlc & bars. It exposes the μPlot API in a fully typed, declarative JSX format and does the work to make the μPlot experience as reactive as possible.