From cacb3ca24138e9960caa2a4687505af8995f69ec Mon Sep 17 00:00:00 2001 From: Andrew McNutt Date: Fri, 18 Mar 2022 09:34:30 -0500 Subject: [PATCH] Re-deprecate (#1445) * Redeprecate * Also readme --- DEPRECATED.md | 9 +++++++++ README.md | 2 ++ docs/animation.md | 2 ++ docs/arc-series.md | 2 ++ docs/area-series.md | 2 ++ docs/axes.md | 2 ++ docs/bar-series.md | 2 ++ docs/borders.md | 2 ++ docs/chart-label.md | 2 ++ docs/clip.md | 2 ++ docs/colors.md | 2 ++ docs/contour-series.md | 2 ++ docs/crosshair.md | 2 ++ docs/custom-svg-series.md | 2 ++ docs/decorative-axis.md | 2 ++ docs/examples/building-things-other-than-charts.md | 2 ++ docs/examples/extensibility.md | 2 ++ docs/examples/iris-dashboard.md | 2 ++ docs/examples/responsive-vis.md | 2 ++ docs/examples/showcases/axes-showcase.md | 2 ++ docs/examples/showcases/legends-showcase.md | 2 ++ docs/examples/showcases/misc-showcase.md | 2 ++ docs/examples/showcases/plots-showcase.md | 2 ++ docs/examples/showcases/radar-chart-showcase.md | 2 ++ docs/examples/showcases/radial-showcase.md | 2 ++ docs/examples/showcases/sankeys-showcase.md | 2 ++ docs/examples/showcases/sunburst-showcase.md | 2 ++ docs/examples/showcases/treemaps-showcase.md | 2 ++ docs/examples/stream-graph.md | 2 ++ docs/flexible-plots.md | 2 ++ docs/getting-started/getting-started.md | 2 ++ docs/getting-started/installing-react-vis.md | 2 ++ docs/getting-started/new-react-vis-project.md | 2 ++ docs/getting-started/react-vis-in-codepen.md | 2 ++ docs/getting-started/your-first-chart.md | 2 ++ docs/gradients.md | 2 ++ docs/grids.md | 2 ++ docs/heatmap-series.md | 2 ++ docs/hexbin-series.md | 2 ++ docs/highlight.md | 2 ++ docs/hint.md | 2 ++ docs/interaction.md | 2 ++ docs/label-series.md | 2 ++ docs/legends.md | 2 ++ docs/line-mark-series.md | 2 ++ docs/line-series.md | 2 ++ docs/mark-series.md | 2 ++ docs/parallel-coordinates.md | 2 ++ docs/polygon-series.md | 2 ++ docs/presentation.md | 2 ++ docs/radar-chart.md | 2 ++ docs/radial-chart.md | 2 ++ docs/rect-series.md | 2 ++ docs/sankey.md | 2 ++ docs/scales-and-data.md | 2 ++ docs/series.md | 2 ++ docs/style.md | 2 ++ docs/sunburst.md | 2 ++ docs/treemap.md | 2 ++ docs/voronoi.md | 2 ++ docs/whisker-series.md | 2 ++ docs/xy-plot.md | 2 ++ 62 files changed, 131 insertions(+) create mode 100644 DEPRECATED.md diff --git a/DEPRECATED.md b/DEPRECATED.md new file mode 100644 index 000000000..6efb23bff --- /dev/null +++ b/DEPRECATED.md @@ -0,0 +1,9 @@ +# Deprecated + +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. + +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! \ No newline at end of file diff --git a/README.md b/README.md index bd39a3df8..f9a628bac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. +

version diff --git a/docs/animation.md b/docs/animation.md index 2e32fa3c9..5d1d067af 100644 --- a/docs/animation.md +++ b/docs/animation.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Animation 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: diff --git a/docs/arc-series.md b/docs/arc-series.md index 55a70f04c..3ca9cb0b0 100644 --- a/docs/arc-series.md +++ b/docs/arc-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## ArcSeries: diff --git a/docs/area-series.md b/docs/area-series.md index cf7335767..98623f97f 100644 --- a/docs/area-series.md +++ b/docs/area-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # AreaSeries diff --git a/docs/axes.md b/docs/axes.md index 9b01df86b..5c1109184 100644 --- a/docs/axes.md +++ b/docs/axes.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Axes diff --git a/docs/bar-series.md b/docs/bar-series.md index 3c2ee645d..293ce12f1 100644 --- a/docs/bar-series.md +++ b/docs/bar-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Bar Series **TLDR**: use bar series to make bar charts, but not histograms. diff --git a/docs/borders.md b/docs/borders.md index 0a5c9d0fb..12e48311a 100644 --- a/docs/borders.md +++ b/docs/borders.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Borders 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. diff --git a/docs/chart-label.md b/docs/chart-label.md index ea1734924..7982196e6 100644 --- a/docs/chart-label.md +++ b/docs/chart-label.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## ChartLabel 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: diff --git a/docs/clip.md b/docs/clip.md index 63c264e96..385bf0489 100644 --- a/docs/clip.md +++ b/docs/clip.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Clip Depending on the data and domain, sometimes the series in the plot will extend into the axis. This can either be solved with a [Border](border.md), or the elements can be clipped. diff --git a/docs/colors.md b/docs/colors.md index 9edb51bb6..8fd96fe43 100644 --- a/docs/colors.md +++ b/docs/colors.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Color Color can be set and affected in many ways in React-vis. diff --git a/docs/contour-series.md b/docs/contour-series.md index d68fa34fa..d213ea99d 100644 --- a/docs/contour-series.md +++ b/docs/contour-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## ContourSeries The contour series allows for the easy creation of contour density plots. These can be more effective for visualizing heat map data than a rectangular heat map! Given a number of points in a space the relative contour lines are computed, so as to simplify the output into a more legible format! diff --git a/docs/crosshair.md b/docs/crosshair.md index 05f4d9bcc..e5c7c6969 100644 --- a/docs/crosshair.md +++ b/docs/crosshair.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Crosshair diff --git a/docs/custom-svg-series.md b/docs/custom-svg-series.md index 294115317..780f8fc43 100644 --- a/docs/custom-svg-series.md +++ b/docs/custom-svg-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## CustomSVGSeries When creating visualizations, it is sometimes necessary to get your hands dirty and completely take control over what SVG components will be shown. This could be necessary in situations where you have predefined SVG code that you just want to appear the way you drew it in Sketch (but positioned using coordinates), or maybe you have multiline text annotations that you want to formatted in a particular way, or you just want to use an alternative type of mark instead of the usual scatterplot mark to differentiate series in a set. To serve these and many other tasks, we use the CustomSVGSeries. diff --git a/docs/decorative-axis.md b/docs/decorative-axis.md index 96866b50b..7174e6b16 100644 --- a/docs/decorative-axis.md +++ b/docs/decorative-axis.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## DecorativeAxis diff --git a/docs/examples/building-things-other-than-charts.md b/docs/examples/building-things-other-than-charts.md index 514c131dd..8980d4a1f 100644 --- a/docs/examples/building-things-other-than-charts.md +++ b/docs/examples/building-things-other-than-charts.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + [Source code](https://github.com/uber/react-vis/blob/master/packages/showcase/examples/force-directed-graph/force-directed-graph.js) diff --git a/docs/examples/extensibility.md b/docs/examples/extensibility.md index 03e75144e..87b738332 100644 --- a/docs/examples/extensibility.md +++ b/docs/examples/extensibility.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/iris-dashboard.md b/docs/examples/iris-dashboard.md index 34112e861..8c95e2059 100644 --- a/docs/examples/iris-dashboard.md +++ b/docs/examples/iris-dashboard.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/responsive-vis.md b/docs/examples/responsive-vis.md index 278771783..9f3ce5815 100644 --- a/docs/examples/responsive-vis.md +++ b/docs/examples/responsive-vis.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/axes-showcase.md b/docs/examples/showcases/axes-showcase.md index da2abf523..c3dc111d3 100644 --- a/docs/examples/showcases/axes-showcase.md +++ b/docs/examples/showcases/axes-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/legends-showcase.md b/docs/examples/showcases/legends-showcase.md index 8de913200..1ccb8b27c 100644 --- a/docs/examples/showcases/legends-showcase.md +++ b/docs/examples/showcases/legends-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/misc-showcase.md b/docs/examples/showcases/misc-showcase.md index ad02b932b..6f5eeb77c 100644 --- a/docs/examples/showcases/misc-showcase.md +++ b/docs/examples/showcases/misc-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/plots-showcase.md b/docs/examples/showcases/plots-showcase.md index 136207d3b..40655396f 100644 --- a/docs/examples/showcases/plots-showcase.md +++ b/docs/examples/showcases/plots-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/radar-chart-showcase.md b/docs/examples/showcases/radar-chart-showcase.md index aa9e3eedb..68efd258f 100644 --- a/docs/examples/showcases/radar-chart-showcase.md +++ b/docs/examples/showcases/radar-chart-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/radial-showcase.md b/docs/examples/showcases/radial-showcase.md index 8ede4efd9..632086116 100644 --- a/docs/examples/showcases/radial-showcase.md +++ b/docs/examples/showcases/radial-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/sankeys-showcase.md b/docs/examples/showcases/sankeys-showcase.md index 45b52d921..12692ad82 100644 --- a/docs/examples/showcases/sankeys-showcase.md +++ b/docs/examples/showcases/sankeys-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/sunburst-showcase.md b/docs/examples/showcases/sunburst-showcase.md index cd6f88de6..bbfb4d13e 100644 --- a/docs/examples/showcases/sunburst-showcase.md +++ b/docs/examples/showcases/sunburst-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/showcases/treemaps-showcase.md b/docs/examples/showcases/treemaps-showcase.md index 659c5e196..092ec5dda 100644 --- a/docs/examples/showcases/treemaps-showcase.md +++ b/docs/examples/showcases/treemaps-showcase.md @@ -1 +1,3 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/examples/stream-graph.md b/docs/examples/stream-graph.md index 6a598393c..1cb7e9d32 100644 --- a/docs/examples/stream-graph.md +++ b/docs/examples/stream-graph.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + diff --git a/docs/flexible-plots.md b/docs/flexible-plots.md index 138aa12a6..2d1d1ac2c 100644 --- a/docs/flexible-plots.md +++ b/docs/flexible-plots.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Flexible plots By default, XYPlot requires a width and a height. There are times, however, when you'd like your chart to take all the space it can. diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index 2512b39a9..69d695e48 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ### Getting started #### Jump right in on codepen! diff --git a/docs/getting-started/installing-react-vis.md b/docs/getting-started/installing-react-vis.md index b7a6e48d8..82c041d33 100644 --- a/docs/getting-started/installing-react-vis.md +++ b/docs/getting-started/installing-react-vis.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ### Install the react-vis module If you want to use react-vis in your project, add it from the command line: diff --git a/docs/getting-started/new-react-vis-project.md b/docs/getting-started/new-react-vis-project.md index f3a6d5e59..5317a0baf 100644 --- a/docs/getting-started/new-react-vis-project.md +++ b/docs/getting-started/new-react-vis-project.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ### Create a new project with react-vis Let's create a new vis app from scratch. diff --git a/docs/getting-started/react-vis-in-codepen.md b/docs/getting-started/react-vis-in-codepen.md index 46fa4ff5a..086613ac7 100644 --- a/docs/getting-started/react-vis-in-codepen.md +++ b/docs/getting-started/react-vis-in-codepen.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ### Jump right in on codepen! You can use react-vis directly on [codepen](https://codepen.io/ubervisualization/pen/BZOeZB) (or equivalent). diff --git a/docs/getting-started/your-first-chart.md b/docs/getting-started/your-first-chart.md index 43cf71715..f29c53afc 100644 --- a/docs/getting-started/your-first-chart.md +++ b/docs/getting-started/your-first-chart.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ### Your first chart We tried to make react-vis syntax as close to the traditional react syntax. You have components which have props and possibly children. diff --git a/docs/gradients.md b/docs/gradients.md index 27ef37238..ac06b4b76 100644 --- a/docs/gradients.md +++ b/docs/gradients.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Gradient Sometimes it is useful to style our svg components using gradients. The way that this is done in React-vis is by making use of the GradientDefs component, which is a simple wrapper on the svg tag. diff --git a/docs/grids.md b/docs/grids.md index 168820376..8d716bb30 100644 --- a/docs/grids.md +++ b/docs/grids.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Cartesian Grids diff --git a/docs/heatmap-series.md b/docs/heatmap-series.md index 71b081d4c..f0ed2ea99 100644 --- a/docs/heatmap-series.md +++ b/docs/heatmap-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## HeatmapSeries: diff --git a/docs/hexbin-series.md b/docs/hexbin-series.md index ec297a580..ab76f1faa 100644 --- a/docs/hexbin-series.md +++ b/docs/hexbin-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## HexbinSeries The hexbin series enables the easy creation of aggregated and binned data. This can be useful if you have a lot of overlapping data or if you simply want to provide a courser representation of data to your user. Unlike many other series this one performs the aggregation computation, simply provide a scatterplot like collection of data (points in linear x and y space) and your off! diff --git a/docs/highlight.md b/docs/highlight.md index 77036599b..ffee3f359 100644 --- a/docs/highlight.md +++ b/docs/highlight.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Highlight The highlight component enables use interaction via direct manipulation of chart through dragging and brushing. This component is stateful and can maintain a notion of a dragged box. It can be applied either in two directions or in one! diff --git a/docs/hint.md b/docs/hint.md index d9ce62b98..8cb1879e1 100644 --- a/docs/hint.md +++ b/docs/hint.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Hint diff --git a/docs/interaction.md b/docs/interaction.md index 9586fcc35..ad37459ea 100644 --- a/docs/interaction.md +++ b/docs/interaction.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Interaction Interaction in react-vis happens through _event handlers_ which are triggered by certain interactive events, such as mouse movement or clicks. diff --git a/docs/label-series.md b/docs/label-series.md index 8430d53e9..b6be67875 100644 --- a/docs/label-series.md +++ b/docs/label-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## LabelSeries: diff --git a/docs/legends.md b/docs/legends.md index c5ba456ef..e16b01a04 100644 --- a/docs/legends.md +++ b/docs/legends.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Legends diff --git a/docs/line-mark-series.md b/docs/line-mark-series.md index 8632e60e6..b27033c5b 100644 --- a/docs/line-mark-series.md +++ b/docs/line-mark-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # LineMarkSeries The Line Mark series is a combination of a LineSeries and a MarkSeries: under the hood, it creates both a LineSeries and a MarkSeries and passes them all of its properties. diff --git a/docs/line-series.md b/docs/line-series.md index f5ffc945f..3db69bf2d 100644 --- a/docs/line-series.md +++ b/docs/line-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # LineSeries/LineMarkSeries diff --git a/docs/mark-series.md b/docs/mark-series.md index 62b48627e..95ba5ab14 100644 --- a/docs/mark-series.md +++ b/docs/mark-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## MarkSeries & MarkSeriesCanvas diff --git a/docs/parallel-coordinates.md b/docs/parallel-coordinates.md index 1b8f74148..1236d9df8 100644 --- a/docs/parallel-coordinates.md +++ b/docs/parallel-coordinates.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Parallel Coordinates Parallel Coordinates provide a robust method for displaying many variables simultaneously. It allows for rapid at-a-glance comparisons across a bunch of dimensions. These graphics can effectively be used either with several data rows on a single chart (as below) or as a small multiple. For more information, check out the [Wiki](https://en.wikipedia.org/wiki/Parallel_coordinates), it's got some really neat examples. diff --git a/docs/polygon-series.md b/docs/polygon-series.md index 15c30d3e8..0d57ac0e1 100644 --- a/docs/polygon-series.md +++ b/docs/polygon-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## PolygonSeries: diff --git a/docs/presentation.md b/docs/presentation.md index df9329c5d..eab1ac700 100644 --- a/docs/presentation.md +++ b/docs/presentation.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # React-vis __React-vis__ is a React visualization library. It's been designed with the following principles in mind: diff --git a/docs/radar-chart.md b/docs/radar-chart.md index ba88e5152..abad4f677 100644 --- a/docs/radar-chart.md +++ b/docs/radar-chart.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Radar Charts Radar charts provide a cute method for displaying many variables simultaneously. It allows for rapid at-a-glance comparisons across a bunch of dimensions. These graphics can effectively be used either with several data rows on a single chart (as below) or as a small multiple. For more information, check out the [Wiki](https://en.wikipedia.org/wiki/Radar_chart), it's got some really neat examples. diff --git a/docs/radial-chart.md b/docs/radial-chart.md index 85691cd40..a75df2e9e 100644 --- a/docs/radial-chart.md +++ b/docs/radial-chart.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Radial chart `RadialChart` is responsible for creating pie and donut charts. While this kind of chart is easy to overlook as insignificant, intentionally confusing, or almost always replaceable with a treemap; they can be useful for quickly showing small groups. People don't understand angles very well [(such is our biology)](https://www.interaction-design.org/literature/book/the-encyclopedia-of-human-computer-interaction-2nd-ed/data-visualization-for-human-perception), but over the last hundred years we have seen a lot of pie charts! This has caused us to become intimately familiar with them. diff --git a/docs/rect-series.md b/docs/rect-series.md index 35ab12c07..0d72b342a 100644 --- a/docs/rect-series.md +++ b/docs/rect-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Rect Series RectSeries is a generalization of [BarSeries](bar-series.md) which allows users to build a series of rectangles of arbitrary dimensions. Whereas in barSeries, one dimension of the bars is fixed (width for vertical bar series, height for horizontal bar series), in RectSeries, both dimensions can be controlled. diff --git a/docs/sankey.md b/docs/sankey.md index 3bfe0aa79..be8621fe6 100644 --- a/docs/sankey.md +++ b/docs/sankey.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Sankey Sankey diagrams are a form of graph that allows for the easy communication of flows and other transferal processes. diff --git a/docs/scales-and-data.md b/docs/scales-and-data.md index 06f070b94..7150bf1a5 100644 --- a/docs/scales-and-data.md +++ b/docs/scales-and-data.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Scales and data ### Data diff --git a/docs/series.md b/docs/series.md index 32a1a8dab..b11895291 100644 --- a/docs/series.md +++ b/docs/series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Series The library supports several types of series: diff --git a/docs/style.md b/docs/style.md index effe110e1..61f0bed3c 100644 --- a/docs/style.md +++ b/docs/style.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Style In order to control the look and feel of your React-Vis components, you have four strategies. diff --git a/docs/sunburst.md b/docs/sunburst.md index c490c756d..603bbcd8f 100644 --- a/docs/sunburst.md +++ b/docs/sunburst.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Sunbursts Sunbursts are a powerful way to demonstrate part to whole relationships. While they certainly have the many of easily criticized problems of pie charts, they allow for diff --git a/docs/treemap.md b/docs/treemap.md index 64181eac2..0212de065 100644 --- a/docs/treemap.md +++ b/docs/treemap.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # Treemap Treemaps are a splendid way to represent data that has a nested aspect to it. They allow for the easy display of complicated diff --git a/docs/voronoi.md b/docs/voronoi.md index 7981e7234..a6abd0621 100644 --- a/docs/voronoi.md +++ b/docs/voronoi.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## Voronoi Voronoi diagrams are useful for making a chart interactive by creating target areas for events like hover and click. diff --git a/docs/whisker-series.md b/docs/whisker-series.md index 2e3d2b764..6ad3b8431 100644 --- a/docs/whisker-series.md +++ b/docs/whisker-series.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + ## WhiskerSeries diff --git a/docs/xy-plot.md b/docs/xy-plot.md index d01cde116..3eed1bb44 100644 --- a/docs/xy-plot.md +++ b/docs/xy-plot.md @@ -1,3 +1,5 @@ +> This library is deprecated. Please see `DEPRECATED.md`. + # XYPlot XYPlot allows you to make line charts, area charts, scatterplots, heat maps, etc with animations and different interactions between them.