EvotecIT / PSWriteHTML

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.
MIT License
826 stars 106 forks source link

New-ChartAxisX -name not working #225

Closed tomerikko closed 3 years ago

tomerikko commented 3 years ago

Hi, i Noticed that on my report lately the X Axis no longer shows the dates, it shows numbers (1, 2, 3, 4...) i started checking this but could not find a good solution, then i looked on your example here:

https://github.com/EvotecIT/PSWriteHTML/blob/b906cbfe975eb5df9bb827da06d9a510febede70/Examples/Example-Charts/Example-ChartsLine.ps1

and it has the same problem. i use ver: 0.0.148

ideas?

image

PrzemyslawKlys commented 3 years ago

I've broken it while rebuilding charts. Sorry. Will try to fix it back.

PrzemyslawKlys commented 3 years ago

Fixed:

image

Will be in the next version - whenever that is... going back to 146 should fix it, as changes where introduced on 147

tomerikko commented 3 years ago

thanks! appreciated your commitment on this tool that makes our life so awesome.