Skip to content

Commit 98e8553

Browse files
committed
docs: adds entry for uplot-solid in ecosystem list
1 parent 44be051 commit 98e8553

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/Resources/Utilities.data.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,6 +2323,17 @@ const utilities: Array<Resource> = [
23232323
type: PackageType.Package,
23242324
categories: [ResourceCategory.AddOn, ResourceCategory.UI],
23252325
},
2326+
{
2327+
link: 'https://github.com/thedanchez/uplot-solid',
2328+
title: 'uplot-solid',
2329+
description: 'Solid component wrapper around μPlot -- a small, fast and performant 2D canvas based chart for time series, lines, areas, ohlc & bars',
2330+
author: 'Daniel Sanchez',
2331+
author_url: 'https://github.com/thedanchez',
2332+
keywords: ['chart', 'plot', 'solid', 'ui', 'uplot'],
2333+
official: false,
2334+
type: PackageType.Package,
2335+
categories: [ResourceCategory.AddOn, ResourceCategory.UI],
2336+
},
23262337
{
23272338
title: '@rnwonder/solid-date-picker',
23282339
link: 'https://github.com/rnwonder/solid-date-picker',

0 commit comments

Comments
 (0)