- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2019 03:29 AM
We have a (Reporting) Pie-chart with data labels which are relatively long. The data labels were being truncated but we were able to fix it by modifying the values in Reports > Administration > Properties.
However, when we try to download a capture of the chart using the Save as JPG/PNG option, the text in the picture is still appearing truncated, just like it was in the chart before we disabled the truncating there.
Actual Piechart:
In the downloaded Picture (JPG and PNG):
Is there a way to fix the Picture properties to avoid the text truncation and the dependence on Snipping tool for using the piechart.
Thanks a lot.
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2019 03:33 AM
Hi,
could you check the value of the System Property glide.chart.truncate.data_labels? It should fit your need.
Refer to Reporting properties
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2019 08:17 AM
Hi,
There are other 2 properties which you need to change.
glide.chart.label.legend.truncate_to
glide.chart.data.label.truncate_to.large
Change both of them.
Mark the comment as a correct answer and helpful once worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2019 08:19 AM
Also, this glide.chart.data.label.truncate_to has to be changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2019 08:28 AM
I modified these properties
glide.chart.data.label.truncate_to
glide.chart.data.label.truncate_to.large
glide.chart.label.legend.truncate_to
glide.chart.label.legend.truncate_to.large
from their original value to 500 but unfortunately, that didn't make any difference in the downloaded picture. 😞

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2019 11:37 PM
So, at the moment, I don't think there is a way to modify this behaviour.
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2019 11:58 PM
Can you also try changing this value
glide.chart.truncate.x_axis_labels to false once.