Closed Stephanevg closed 5 years ago
Add support for pie charts.
Should contain:
[x] New-PSHTMLChart should support -Type pie
[X] New-PSHTMLChart should -Type pie must have validated pester tests
[X] Class pieChart must be implemented and have tests
[x] [ChartOptions] Must be present
[x] [Chartoptions] Must have pester tests
[X] [pieChartoptions] Must be present
[X] [pieChartoptions] Must Have pester tests
Done! Merged in master. See following PR's: Feature_Charts to Dev --> https://github.com/Stephanevg/PSHTML/pull/168 Dev to Master --> https://github.com/Stephanevg/PSHTML/pull/161
Add support for pie charts.
Should contain:
Charting
[x] New-PSHTMLChart should support -Type pie
[X] New-PSHTMLChart should -Type pie must have validated pester tests
[X] Class pieChart must be implemented and have tests
DataSet
Options
[x] [ChartOptions] Must be present
[x] [Chartoptions] Must have pester tests
[X] [pieChartoptions] Must be present
[X] [pieChartoptions] Must Have pester tests
Other