Skip to content

Commit d83d357

Browse files
committed
Bug fix: grouping (again)
1 parent 4f2c928 commit d83d357

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

templates/XYSeries.template.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ end {
213213
}
214214
}
215215
}
216+
else {
217+
$info.CategoryNames = $CategoryData
218+
}
216219
<% } -%>
217220
218221
$series = $series | Add-Member -PassThru NoteProperty _Info $info

0 commit comments

Comments
 (0)