show method

void show([
  1. dynamic targetIds,
  2. dynamic options
])

This API shows specified targets. You can specify multiple targets by giving an array that includes id as String. If no argument is given, all of targets will be shown. If withLegend is set true, legend will be shown together with the specified data.

Implementation

external void show(
    [dynamic /*List<String>|String*/ targetIds,
    dynamic /*{ withLegend: boolean }*/ options]);