categories property

List<String> categories

Set category names on category axis. This must be an array that includes category names in string. If category names are included in the date by data.x option, this is not required.

Implementation

external List<String> get categories;
void categories=(List<String> v)

Implementation

external set categories(List<String> v);