option property
The ECharts chart configuration option, represented as a string.
JSON Mode (rawOption: false): Pure JSON, no functions
Raw JS Mode (rawOption: true): Full JS with formatters/renderItem
Implementation
final String option;
The ECharts chart configuration option, represented as a string.
JSON Mode (rawOption: false): Pure JSON, no functions
Raw JS Mode (rawOption: true): Full JS with formatters/renderItem
final String option;