A few more invalid displayBlanksAs

This commit is contained in:
Adrien Crivelli
2020-05-17 19:35:18 +09:00
parent d49567aad0
commit 15bd764a08
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ $chart2 = new Chart(
null, // legend
$plotArea2, // plotArea
true, // plotVisibleOnly
0, // displayBlanksAs
DataSeries::EMPTY_AS_GAP, // displayBlanksAs
null, // xAxisLabel
null // yAxisLabel - Like Pie charts, Donut charts don't have a Y-Axis
);