colorLegends.noNull
For Charts with multiple Date/Time or Categorical color legends, set to true to suppress the display of null dimension values in the legend. When false (default), null values are represented without a label in the legend.
Examples
Chart1.colorLegends['Order Date'].noNull = true;
Chart1.colorLegends['Product:Name'].noNull = false;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |