Skip to content

Commit

Permalink
Fixing some documentation links (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsas2 authored and mcnuttandrew committed Aug 24, 2018
1 parent 46ef181 commit e6fbbaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/series.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The library supports several types of series:
* [ContourSeries](contour-series.md) for making contour density plots;
* [HeatmapSeries](heatmap-series.md) for heat maps.
* [LabelSeries](label-series.md) for adding annotations to charts
* [LineMarkSeries](line-series.md) is a shorthand to place marks (e.g. circles) on lines;
* [LineMarkSeries](line-mark-series.md) is a shorthand to place marks (e.g. circles) on lines;
* [LineSeries](line-series.md) for lines;
* [MarkSeries](mark-series.md) for scatterplots;
* [PolygonSeries](polygon-series.md) for arbitrary SVG shapes
Expand Down
10 changes: 5 additions & 5 deletions docs/xy-plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Not all properties can be visualized in each series. Here's a short comparison o
| | `x` | `y` | `color` | `opacity` | `size` |
|----------------------|-----|-----|---------|-----------|--------|
| [LineSeries](line-series.md) | + | + | + | | |
| `AreaSeries` | + | + | + | | |
| [LineMarkSeries](line-series.md) | + | + | + | + | + |
| `MarkSeries` | + | + | + | + | + |
| [AreaSeries](area-series.md) | + | + | + | | |
| [LineMarkSeries](line-mark-series.md) | + | + | + | + | + |
| [MarkSeries](mark-series.md) | + | + | + | + | + |
| [VerticalBarSeries](bar-series.md) | + | + | + | + | |
| [HorizontalBarSeries](bar-series.md)| + | + | + | + | |
| `VerticalRectSeries` | + | + | + | + | |
| `HorizontalRectSeries`| + | + | + | + | |
| [VerticalRectSeries](rect-series.md) | + | + | + | + | |
| [HorizontalRectSeries](rect-series.md)| + | + | + | + | |
| [HeatmapSeries](heatmap-series.md) | + | + | + | + | | |


Expand Down

0 comments on commit e6fbbaf

Please sign in to comment.