Skip to content

Commit 0e74ad7

Browse files
authored
docs(readme): add depreaction message (#1302)
1 parent 712ea62 commit 0e74ad7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+134
-36
lines changed

DEPRECATED.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Deprecated
2+
3+
Unfortunately, `react-vis` currently has no active maintainers. As such, we have decided to deprecate the library. This deprecation means that `react-vis` won't receive any patches or new features. If you're interested to take on ownership, please discuss on #1303. Anyone is welcome to fork this library.
4+
5+
We're working on a new charting library that we'll introduce in 2020. We will keep you folks updated on this repo on the new library!

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
<p align="right">
24
<a href="https://npmjs.org/package/react-vis">
35
<img src="https://img.shields.io/npm/v/react-vis.svg?style=flat-square" alt="version" />

docs/animation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
## Animation
24

35
Animation makes your charts feel physical, it makes them feel alive, shoot it makes them feel l33t. `react-vis` offers a simple portal into the [react-motion](https://github.com/chenglou/react-motion) animation system by exposing a simple animation prop on most components! This prop accepts three types of values:

docs/arc-series.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
## ArcSeries:
24

35
<!-- INJECT:"ArcSeriesExampleWithLink" -->

docs/area-series.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
# AreaSeries
24

35
<!-- INJECT:"AreaChartWithLink" -->

docs/axes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
## Axes
24

35
<!-- INJECT:"CustomAxesOrientationWithLink" -->

docs/bar-series.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
# Bar Series
24

35
**TLDR**: use bar series to make bar charts, but not histograms.
@@ -128,7 +130,7 @@ A list of CSS properties to style the series outside of the explicitly set prope
128130

129131
#### barWidth
130132
Type: `Number`
131-
The percentage for which each bar fills the designated bucket. 1.0 means that the bar fills the whole bucket (no padding between bars), while a
133+
The percentage for which each bar fills the designated bucket. 1.0 means that the bar fills the whole bucket (no padding between bars), while a
132134
smaller percentage means more whitespace between the bars.
133135

134136
## Interaction handlers

docs/borders.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
## Borders
24

35
Sometimes when modifying the domain of the XYPlot it can be useful to enforce a border, so that some components appear, and others do not. One way to do this is to use the `Borders` component. It is a simple component that creates rectangles the directly correspond to the margins of the plot.

docs/chart-label.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
## ChartLabel
24

35
When you are styling your chart sometimes you just want to take complete control of label placements. Maybe you want to annotate something, or maybe you just want to place your axis labels in a very specific place, ChartLabel allows you to do just that. Let's look at an example:

docs/colors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> This library is deprecated. Please see `DEPRECATED.md`.
2+
13
## Color
24

35
Color can be set and affected in many ways in React-vis.

0 commit comments

Comments
 (0)