Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
165 stars 43 forks source link

add Tags for PSEdition #279

Closed joshburkard closed 4 years ago

joshburkard commented 4 years ago

Adding tags for PSGallery #269

the sollution showed is ok, but as soon, you use your build.ps1, it isn't there again.

so, i changed the build.ps1 to add the correct tags each time, you use it

regards Josh

joshburkard commented 4 years ago

resolve issue #254 the issue ask for point attributes for polarArea chart.

polarArea chart doesn't support point attributes, but the Radar chart. i added the cmdlet New-PSHTMLChartRadarDataSet, which support this attributes and can be used to create the DataSet for the Radar chart

example is at Examples\Charts\Chart09\RadarChart.ps1

Pester Test is working

Stephanevg commented 4 years ago

Great, thanks a lot for your excellent work @joshburkard !