description:"The shape of cells,<br> default: hexagon"
})
viewofzoneSize=slider({
title:"zoneSize",
min:0,
max:10000,
step:10,
value:10000,
description:"Size of the cell at a scale of 10, default: 10000"
})
viewofgridOrigin=text({
title:"gridOrigin",
value:"auto",
description:
"Setting the value of a L.latLng instance<br> will manually define the SW corner of the <br>grid. Value 'auto' will define the origin<br> based on data and gridBoundsPadding.<br> default: auto"
})
viewofgridEnd=text({
title:"gridEnd",
value:"auto",
description:
'NE corner of the grid. In case value "auto"<br> is used, corner will be calculated from data<br> and gridBoundsPadding option. default: auto'
})
viewofgridBoundsPadding=slider({
title:"gridBoundsPadding",
min:0,
max:1,
precision:1,
value:0.1,
description:"Ratio to extend bounding box of elements, default: 0.1"
})
viewofshowCells=checkbox({
title:"showCells",
options:[""],
value:"showCells",
description:"turning cells off and on.<br> default: true"
})
viewofshowMarkers=checkbox({
title:"showMarkers",
options:[""],
value:"showMarkers",
description:"turning markers off and on.<br> default: true"
})
viewofshowTexts=checkbox({
title:"showTexts",
options:[""],
value:"showTexts",
description:"turning texts off and on.<br> default: true"
})
viewofshowEmptyCells=checkbox({
title:"showEmptyCells",
options:[""],
description:
"whether display cells where no elements fall.<br> default: false"
})
// zoomShowElements (default: 10) level of zoom when to turn elements on and off
viewofzoomShowElements=slider({
title:"zoomShowElements",
min:1,
max:20,
step:1,
value:10,
description:"level of zoom when to turn elements on and off,<br> default: 10"
})
// zoomHideGrid (default: 10) level of zoom when to turn grid on and off
viewofzoomHideGrid=slider({
title:"zoomHideGrid",
min:1,
max:20,
step:1,
value:10,
description:"level of zoom when to turn grid on and off,<br> default: 10"
})
// indexSize (default: 12) for a better performence, zones and elements are pre-indexed. Option indexSize difenes the number of super-zones within each axis
viewofindexSize=slider({
title:"indexSize",
min:1,
max:20,
step:1,
value:12,
description:
" for a better performance, zones and elements<br> are pre-indexed. Option indexSize defines the<br> number of super-zones within each axis,<br> default: 12"
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.