Home > plot > ValueArray

ValueArray type#

A simple array of primitive values or an array of objects (with fields that have primitive values).

Signature:
export declare type ValueArray = any[];