Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi Team,
I am showing both bar chart mashup and line chart mashup in same container showing same data as below:
As you can see Bar chart showing all bars with xaxis labels. Line chart only showing xaxis labels but lines are getting cut.
Both labels and lines are part of charts. Any idea why this is happening
Solved! Go to Solution.
It's two different algorithms for drawing and it seems like the line chart was given different minimal sizes. I think there is label rotation available which should give you additional space. Or leave x labels away if they are shown in the popup when hovering over the points.
You can also try to create a ticket for the diverging behavior, so this is fixed, but this will take some time.
Not enough vertical space available.
Both x axis labels and graph are part of line chart and bar chart.Labels are showing correctly but graph is not.
Both Bar chart and line chart allocated same space. Why only line graph is getting cut but not bar graphs?
Anything we can do with the existing space as it is a part of mashup that impacts total layout
It's two different algorithms for drawing and it seems like the line chart was given different minimal sizes. I think there is label rotation available which should give you additional space. Or leave x labels away if they are shown in the popup when hovering over the points.
You can also try to create a ticket for the diverging behavior, so this is fixed, but this will take some time.