From 89f97e49258786a7a983718fcdf618906d55fa9b Mon Sep 17 00:00:00 2001 From: Sequoia McDowell Date: Wed, 9 Nov 2022 14:26:10 -0500 Subject: [PATCH] add more clear deprecation warning (#1457) I completely missed the warning & built a new component based on this library this week. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a628ba..48755055 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -> This library is deprecated. Please see `DEPRECATED.md`. +# ❌❌ This library is deprecated. Please see `DEPRECATED.md`. ❌❌

+ + deprecated + version @@ -21,6 +24,8 @@ ![demo](docs/assets/react-vis.gif?raw=true) +# ❌❌ This library is deprecated. Please see `DEPRECATED.md`. ❌❌ + ## Overview A collection of react components to render common data visualization charts, such as **line/area/bar charts**, **heat maps**, **scatterplots**, **contour plots**, **hexagon heatmaps**, **pie and donut charts**, **sunbursts**, **radar charts**, **parallel coordinates**, and **tree maps**.