Skip to content

Commit

Permalink
Remove unnecessary columns (uber#1035)
Browse files Browse the repository at this point in the history
Remove unnecessary blanks and columns
  • Loading branch information
Gianfranco97 authored and mcnuttandrew committed Nov 10, 2018
1 parent 4ab60da commit eeee23c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/xy-plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ 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](area-series.md) | + | + | + | | |
| [LineMarkSeries](line-mark-series.md) | + | + | + | + | + |
| [MarkSeries](mark-series.md) | + | + | + | + | + |
| [VerticalBarSeries](bar-series.md) | + | + | + | + | |
| [HorizontalBarSeries](bar-series.md)| + | + | + | + | |
| [VerticalRectSeries](rect-series.md) | + | + | + | + | |
| [HorizontalRectSeries](rect-series.md)| + | + | + | + | |
| [HeatmapSeries](heatmap-series.md) | + | + | + | + | | |
| [HexbinSeries](hexbin-series.md) | + | + | + | + | | |
| [LineSeries](line-series.md) | + | + | + | | |
| [AreaSeries](area-series.md) | + | + | + | | |
| [LineMarkSeries](line-mark-series.md) | + | + | + | + | + |
| [MarkSeries](mark-series.md) | + | + | + | + | + |
| [VerticalBarSeries](bar-series.md) | + | + | + | + | |
| [HorizontalBarSeries](bar-series.md)| + | + | + | + | |
| [VerticalRectSeries](rect-series.md) | + | + | + | + | |
| [HorizontalRectSeries](rect-series.md)| + | + | + | + | |
| [HeatmapSeries](heatmap-series.md) | + | + | + | + | |
| [HexbinSeries](hexbin-series.md) | + | + | + | + | |


### A note on ordering
Expand Down

0 comments on commit eeee23c

Please sign in to comment.