All examples By author By category About

tlfrd

Graphical Perception Layer

A prototype graphical perception layer for D3 visualisations.

Supports the collection of coordinates or attributes (selected via a provided accesor) from click events. For example, by providing a selection of areas on a map and the accessor attribute ("id").

Also supports compare questions, where a number of points or areas to compare are selected. The participant must the select (click) one of these. These can be defined by providing [x, y] coordinates of comparison regions (and a radius) or by supplying an accessor function to access and calculate the coordinates of the region from the given selection. In the above example, the accessor function finds the centroid of each constituency.

Part of a larger project, Viz Test, which aims to make crowdsourcing graphical perception experiments more accessible.