From 02e08e11243d19ece9674b2e61b2e9c264616484 Mon Sep 17 00:00:00 2001 From: jgaffuri Date: Mon, 8 Jan 2024 11:38:16 +0100 Subject: [PATCH] doc --- docs/reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index f1be4a626..ade2bac38 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -301,7 +301,9 @@ The kernel smoothing computation relies on the [fast-kde](https://www.npmjs.com/ ## Custom styles -The style can be freely defined through the **drawFun**, which specifies how to draw the list of cells within the view on the map canvas. See [this example](https://eurostat.github.io/gridviz/examples/basics/custom_style.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/basics/custom_style.html)) to define a simple style to draw each cell as an arrow symbol. +The style can be freely defined through the **drawFun**, which specifies how to draw the list of cells within the view on the map canvas. + +- See [this example](https://eurostat.github.io/gridviz/examples/basics/custom_style.html) ([code](https://github.com/eurostat/gridviz/blob/master/examples/basics/custom_style.html)) to define a simple style to draw each cell as an arrow symbol. ## Background layer