|
Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
I'm using a jquery control to render a 'guage' style chart - call Jquery Knob (http://anthonyterrien.com/demo/knob/). When it loads in the browser, it looks fine: http://i66.tinypic.com/2lafq5c.jpgAfter converting the html to pdf, it looks like: http://i67.tinypic.com/2h6ecz8.pngAny suggestions on making it look better? thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
It looks like the anti-alias is off. We do not know what's causing it yet, we will need to debug into the code to find out and update here again when we have additional information.
For high quality chart, you may want to look into a SVG based chart solution. The above chart is canvas based. Internally canvas is represented by a bitmap and while it can look good on the screen, the bitmap is limited to screen resolution, which would cause quality artifacts when you zoom in or print it out (since printer has a much higher resolution than screen). On the other hand, SVG is a vector format, so you can zoom in without losing any quality at all.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
Have you had a chance to look into this?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Yes. This will be addressed in our up coming release, which should be out very soon. We were waiting for the release to be posted before updating you again.
|
|
Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
great, thx!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
This is just to let you know that we have posted the new build. You can download it from our download page. Please take a look and let us know how it goes.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/13/2012 Posts: 55
|
looks great. thanks for the update.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Great. Thanks for confirming the fix!
|
|