colorLegend.noNull
For Date/Time and 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.colorLegend.noNull = true;
|
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. |