Skip to content

Commit b54ab8a

Browse files
authored
Revert "docs(readme): add depreaction message (#1302)" (#1334)
This reverts commit 0e74ad7.
1 parent 2b6d5d3 commit b54ab8a

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

+36
-134
lines changed

DEPRECATED.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

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

docs/animation.md

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

53
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
> This library is deprecated. Please see `DEPRECATED.md`.
2-
31
## ArcSeries:
42

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

docs/area-series.md

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

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

docs/axes.md

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

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

docs/bar-series.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
> This library is deprecated. Please see `DEPRECATED.md`.
2-
31
# Bar Series
42

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

131129
#### barWidth
132130
Type: `Number`
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
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
134132
smaller percentage means more whitespace between the bars.
135133

136134
## Interaction handlers

docs/borders.md

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

53
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
> This library is deprecated. Please see `DEPRECATED.md`.
2-
31
## ChartLabel
42

53
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
> This library is deprecated. Please see `DEPRECATED.md`.
2-
31
## Color
42

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

0 commit comments

Comments
 (0)