From 3a69ec119ac5603b4637498a609f68a537b93e92 Mon Sep 17 00:00:00 2001 From: Severin Landolt <41927988+severinlandolt@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:11:53 +0100 Subject: [PATCH] Update README.md with Tremor Adding Tremor to the React section of awesome-charting. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64871a2..2bfb89d 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ A declarative, efficient, and simple JavaScript library for building responsive * [react-vis](https://github.com/uber-common/react-vis) - A collection of React components to render common data visualization charts * [recharts](http://recharts.org) - Redefined chart library built with React and D3 * [Victory](https://github.com/FormidableLabs/victory) - A collection of composable React components for building interactive data visualizations +* [Tremor](https://tremor.so) - React components to build charts and dashboards ## Data Visualization Resources * [Dataviz Catalogue](http://datavizcatalogue.com) - A place to go when you're wondering which chart type is best. A project by Severino Ribecca.