option property

String option
final

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;