mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 07:43:23 +00:00
Added
This commit is contained in:
@@ -15,6 +15,6 @@ param(
|
|||||||
$galleryUrl = "https://www.powershellgallery.com/packages/$moduleName"
|
$galleryUrl = "https://www.powershellgallery.com/packages/$moduleName"
|
||||||
$nolegend = '-nolegend'
|
$nolegend = '-nolegend'
|
||||||
if($chartType -eq 'pie') {$nolegend = $null}
|
if($chartType -eq 'pie') {$nolegend = $null}
|
||||||
$code = "$($chartType)Chart (Get-HtmlTable $galleryUrl 0) -title 'Download stats for $moduleName' $nolegend"
|
$code = "$($chartType)Chart (Get-HtmlTable $galleryUrl 0 | sort lastupdated -desc) -title 'Download stats for $moduleName' $nolegend"
|
||||||
|
|
||||||
$code | Invoke-Expression
|
$code | Invoke-Expression
|
||||||
Reference in New Issue
Block a user