gazeplotter
Version:
Gazeplotter is a Svelte application for visualizing eye-tracking data.
10 lines (9 loc) • 450 B
JavaScript
/**
* Object that is used for styling of each scarf plot segment type.
* @property {string} name - Name of the segment type shown in the legend.
* @property {string} identifier - Identifier of the segment type (used for connecting with the data).
* @property {string} color - Color of the segment type.
* @property {number} height - Height of the segment type.
* @property {number} heighOfLegendItem - Height of the legend item.
*/
export {};