Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Chart output format
vash
Hi,
I have selected svg output format for the charts in my report.
The report is rendered as PDF.
My report even contains our company logo in the svg format, but the quality of the chart and the logo differs a lot.
When I try to zoom to 500% the chart looks very distorted as compared to the logo.
Is it because I render it to PDF?
-Vash
Find more posts tagged with
Comments
mwilliams
Hi Vash,
You could try the following in your beforeFactory method of your report script to see if it helps make the chart image clearer.
reportContext.getAppContext().put("CHART_RESOLUTION", "300" );
vash
Michael,
Bumping the resolution to 300, didnt really help.
It actually looked similar to the earlier version.
Is there something else that I can try?
Thanks,
Vash
mwilliams
Vash,
Can you attach the 2 pdf's? I notice quite a difference in the chart's quality when putting that script in.
vash
Hi Michael,
I have attached the 2 pdf's.
One is chart.pdf and other is chartWithScript.pdf
-Vash
mwilliams
Vash,
At 500%, it is quite a bit clearer in the script one versus the other one. How much data do you have in your chart?
vash
Michael,
I am having 11 points.
Ya, it is better, but not as good as the company logo.
And I had zoomed it to 500% just to compare with the company logo.
But still on 100%, it does not have a sharp curve.
It looks quite distorted.
Any ways to make it still better?
-Vash
mwilliams
Vash,
Unfortunately, that's the only way I know of to better the chart image quality. If I find anything else out on this subject, I'll let you know. Good luck!