Skip to content

Commit

Permalink
add more clear deprecation warning (#1457)
Browse files Browse the repository at this point in the history
I completely missed the warning & built a new component based on this library this week.
  • Loading branch information
Sequoia authored Nov 9, 2022
1 parent cacb3ca commit 89f97e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
> This library is deprecated. Please see `DEPRECATED.md`.
# ❌❌ This library is deprecated. Please see `DEPRECATED.md`. ❌❌

<p align="right">
<a href="./DEPRECATED.md">
<img src="https://img.shields.io/maintenance/no/2020?style=flat-square" alt="deprecated" />
</a>
<a href="https://npmjs.org/package/react-vis">
<img src="https://img.shields.io/npm/v/react-vis.svg?style=flat-square" alt="version" />
</a>
Expand All @@ -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**.
Expand Down

0 comments on commit 89f97e4

Please sign in to comment.