Author Topic: easy chart builder -exportable charts in high resolution???  (Read 4840 times)

h.pelchen

  • Tadpole
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Is there any possibility to export charts (we build with easy chart builder on our wordpress blog) as jpeg in high resolution?(more than 71 dpi) Great thanx for answering!!! Heike

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: easy chart builder -exportable charts in high resolution???
« Reply #1 on: July 09, 2011, 01:57:12 PM »
Since the chart is rendered as an image to fit the local div, there is no high resolution export.  I definitely appreciate the idea but don't have a good way to offer it.

You could however create a high resolution div, which ecb will fill:

[div style="width: 800px; height: 800px;"]
[...ecb]
[/div]

Then save the image.  Not ideal I understand.  Google charts (the renderer) limits the resolution I believe.

h.pelchen

  • Tadpole
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: easy chart builder -exportable charts in high resolution???
« Reply #2 on: July 13, 2011, 08:45:07 AM »
Hi, thank you for answering! Unfortunatly I do not understand your tip. Can you help again?
You wrote I should try to put it that way:
[div style="width: 800px; height: 800px;"]
[...ecb]
[/div]

but this doesn´t work.

for example: my pie-diagramme is:

[easychart type="pie" height="75" width="120" groupnames="Amphitryon,Michael Kohlhaas,Der zerbrochene Krug,Das Käthchen von Heilbronn,Das Erdbeben in Chili,Prinz Friedrich von Homburg,Die Hermannsschlacht,Penthesilea,Die Familie Schroffenstein" group1values="8" group2values="7" group3values="5" group4values="4" group5values="3" group6values="3" group7values="2" group8values="1" group9values="1"  chartcolor="DDDDD"]

how should I change it, following your idea? (and: what does ecb and local div means?)
Thanks again and kind regards
Heike

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: easy chart builder -exportable charts in high resolution???
« Reply #3 on: July 23, 2011, 01:58:23 AM »
Lost my reply for some reason sorry.

Google charts are limited in their resolution so you will never get a good hi res image.  I was trying to create a big chart and show it shrunken down (so it would fit in the user's browser), but it didn't work out.

-d

 

anything