Open Zerrebi opened 2 months ago
https://learn.microsoft.com/en-us/javascript/api/office-scripts/excelscript/excelscript.chartdisplayblanksas?view=office-scripts for this function you need to put Name | Value | Description Interpolated | 2 | Values are interpolated into the chart. NotPlotted | 0 | Blank cells are not plotted. Zero | 1 | Blanks are plotted as zero.
Thank for reporting this @Zerrebi.
@alison-mk, can you please verify and update the scripts docs with the descriptions? I'll log an item to fix this in the source code.
https://learn.microsoft.com/en-us/javascript/api/office-scripts/excelscript/excelscript.chartdisplayblanksas?view=office-scripts for this function you need to put Name | Value | Description Interpolated | 2 | Values are interpolated into the chart. NotPlotted | 0 | Blank cells are not plotted. Zero | 1 | Blanks are plotted as zero.