defaults method

ChartOptions defaults(
  1. ChartOptions options
)

Set or get global default options.

  • NOTE:
  • The options values settings are valid within page context only.
  • If is called multiple times, will override the last value.

Implementation

external ChartOptions defaults(ChartOptions options);