Skip to content

Commit 89f97e4

Browse files
authored
add more clear deprecation warning (#1457)
I completely missed the warning & built a new component based on this library this week.
1 parent cacb3ca commit 89f97e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
> This library is deprecated. Please see `DEPRECATED.md`.
1+
# ❌❌ This library is deprecated. Please see `DEPRECATED.md`. ❌❌
22

33
<p align="right">
4+
<a href="./DEPRECATED.md">
5+
<img src="https://img.shields.io/maintenance/no/2020?style=flat-square" alt="deprecated" />
6+
</a>
47
<a href="https://npmjs.org/package/react-vis">
58
<img src="https://img.shields.io/npm/v/react-vis.svg?style=flat-square" alt="version" />
69
</a>
@@ -21,6 +24,8 @@
2124

2225
![demo](docs/assets/react-vis.gif?raw=true)
2326

27+
# ❌❌ This library is deprecated. Please see `DEPRECATED.md`. ❌❌
28+
2429
## Overview
2530

2631
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**.

0 commit comments

Comments
 (0)