Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Jan 8, 2024
1 parent b85d1bd commit 22398d3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
- [Stretching](#stretching)
- [Legends](#legends)
- [Color legend](#color-legend)
- [Color category legend](#color-category-legend)
- [Color discrete legend](#color-discrete-legend)
- [Color category legend](#color-category-legend)
- [Orientation legend](#orientation-legend)
- [Size legend](#size-legend)
- [Width legend](#width-legend)
Expand Down Expand Up @@ -371,8 +371,8 @@ For more information on these functions and an overview of how they differ, see:
Gridviz offers different types of legends that are suited to different cartographic styles, namely:

- [Color legend](#color-legend)
- [Color category legend](#color-category-legend)
- [Color discrete legend](#color-discrete-legend)
- [Color category legend](#color-category-legend)
- [Orientation legend](#Orientation-legend)
- [Size legend](#size-legend)
- [Width legend](#Width-legend)
Expand All @@ -397,12 +397,6 @@ The legend elements are added within a default HTML element. To define where the
- See [this example](https://eurostat.github.io/gridviz/examples/legends/colorLegend.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/legends/colorLegend.html)).
- See [this example](https://eurostat.github.io/gridviz/examples/legends/colorLegendViewScale.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/legends/colorLegendViewScale.html)) for a view scale based style.

### Color category legend

![](img/legends/color_category_legend.png)

- See [this example](https://eurostat.github.io/gridviz/examples/legends/colorCategoryLegend.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/legends/colorCategoryLegend.html)).

### Color discrete legend

![](img/legends/color_discrete_legend.png)
Expand All @@ -411,6 +405,11 @@ The legend elements are added within a default HTML element. To define where the
- See [this example](https://eurostat.github.io/gridviz/examples/legends/colorDiscreteLegendViewScale.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/legends/colorDiscreteLegendViewScale.html)) for a view scale based style.
- See [this example](https://eurostat.github.io/gridviz/examples/legends/colorQuantileLegendViewScale.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/legends/colorQuantileLegendViewScale.html)) for a quantile view scale based style.

### Color category legend

![](img/legends/color_category_legend.png)

- See [this example](https://eurostat.github.io/gridviz/examples/legends/colorCategoryLegend.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/legends/colorCategoryLegend.html)).

### Orientation legend

Expand Down

0 comments on commit 22398d3

Please sign in to comment.