SumeshP
Results
2
comments of
SumeshP
apparently, this setup doesnt have the issue. I commented out the -Dash option New-ChartLine -Name 'Tickets Open' -Value $ColumnData.Open -Color Blue -Width 2 -Curve smooth #-Dash 12 #-Cap round New-ChartLine...
Hello, Here is the full example. ```powershell Import-Module .\PSWriteHTML.psd1 -Force $DataTable = @( [PSCustomObject] @{ Name = 'Service Desk 1'; Incidents = 1; Resolved = 0; Year = 2001 }...