Skip to content
Discussion options

You must be logged in to vote
    Section -Name "Tests2" {
        Chart {
            ChartBar -Name "C# Tests" -Value 1, 5, 2
            ChartBar -Name "PowerShell Tests" -Value 1, 5, 2
            ChartBar -Name "F# Tests" -Value 1, 15, 2
            ChartLegend -Name 'Passed', 'Failing', 'Awaiting' -Color Green, Red, Blue
        }
    }
    Section -Name "Tests2" {
        Chart {
            ChartBarOptions -Vertical
            ChartBar -Name "C# Tests" -Value 1, 5, 2
            ChartBar -Name "PowerShell Tests" -Value 1, 5, 2
            ChartBar -Name "F# Tests" -Value 1, 15, 2
            ChartLegend -Name 'Passed', 'Failing', 'Awaiting' -Color Green, Red, Blue
        }
    }

You do get text under it, bu…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@andrewducker
Comment options

@PrzemyslawKlys
Comment options

Answer selected by andrewducker
@PrzemyslawKlys
Comment options

@PrzemyslawKlys
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants