From f98ad53138d4b9ae03678319096b079afa4bfb90 Mon Sep 17 00:00:00 2001 From: Marsily Aimery Date: Fri, 28 Jun 2024 18:06:54 +0200 Subject: [PATCH] Update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 246a5ad..cee8649 100755 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@ Web components to generate simple, light and responsive charts representing tren It is often useful to display some simple charts to represent a data visualization trend without the need of a big chart library, TrendChart Elements is made for that. The aim was to be as plug-and-play as possible, like native HTML tags, so all the configuration is made with CSS variables and HTML attributes. It's fully responsive with built-in basic tooltip. -Tested on modern browsers : `Chrome >= 73`, `Firefox >= 63`, `Edge >= 79`, `Safari >= 12` - -No dependency except [Lit](https://github.com/lit/lit/) to create web components. +`10.5ko` minified and gzipped, tree-shakeable, written in TypeScript, and no dependency except [Lit](https://github.com/lit/lit/) to create web components (50% of the package size). Tested on modern browsers : `Chrome >= 73`, `Firefox >= 63`, `Edge >= 79`, `Safari >= 12`. ## Installation