OfficeDev / office-scripts-docs-reference

Office Scripts API Reference Documentation
https://learn.microsoft.com/javascript/api/office-scripts/overview
Creative Commons Attribution 4.0 International
52 stars 24 forks source link

setDisplayBlanksAs missing field values #360

Open Zerrebi opened 2 months ago

Zerrebi commented 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.

AlexJerabek commented 2 months ago

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.