-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Label display issue when two line chart is used along with bar chart (MixedCharts) #387
Comments
apparently, this setup doesnt have the issue. I commented out the -Dash option
|
Please provide a full example that I can run and understand what you are showing. I can't understand exactly what you need, but the idea is if you are putting something under tabs or you want to mix it up with other charts/labels and so on you would need to use New-HTMLSection, New-HTMLPanel in one of the variants. But without proper information from you I won't be able to tell what you need. |
When I use a second line chart as above, the data labels for the bar chart is displayed on the left side of the chart making them unusable.
If i choose alternate formatting options to correct the label to show in the middle of the bar, another problem occurs, as in
Example-MixedCharts.ps1
The bar is outlined with a dashed like creating a not so beautiful looking chart.
If i take away the second linechart, then the issue no longer occurs.
The text was updated successfully, but these errors were encountered: