Skip to content

Commit

Permalink
isofence
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Oct 28, 2023
1 parent 40ec51c commit 6432ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,12 +666,13 @@ See [this example](https://eurostat.github.io/gridviz/examples/styles/isofence.h
| color | object | | The dictionary (string -> color) which give the color of each category. |
| heightCol | string | | The column where to get the height values. |
| height | function(v,r,s,zf):number | (v, r, s, zf) => r * 0.4 | A function returning the height of a cell from its value **v**, the resolution **r**, some statistics **s** and the zoom factor **zf**. |
| angle | number | 50 | The isometric perspective angle. |
| angle | number | 50 | The isometric perspective angle, in degree, within [-180,180]. |
| cornerLineStrokeColor | function(cell,r,zf,angle): string | (c, r, zf, angle) => "#999" | A function returning the corner line stroke style. |
| cornerLineWidth | function(cell,r,zf,angle): number | (c, r, zf, angle) => (angle % 90 == 0 ? 0 : 0.8 * zf) | A function returning the corner line width. |
| sVert | boolean | true | Show vertical cross-sections. |
| sHor | boolean | true | Show horizontal cross-sections. |


## Esthetic styles

### JoyPlot Style
Expand Down

0 comments on commit 6432ce4

Please sign in to comment.