|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/7/2007 3:13:29 AM
Posts: 6,
Visits: 25
|
|
I have users who like to generate plots with lots of data / thousands of points.
Eg 8000 data points which equates to an XML document of just under 1000KB.
This takes some time for the browser to read into memory and then for the flash script to do its job.
I was wondering if it would be worth considering an alternative XML vocabulary which is an abbreviated version of the current vocabulary. Maybe something which looks like :
<chart>
<categories>
<c l='2007-06-06' />
<c l='2007-06-07' />
</categories>
...
<data>
<s i='1' v='10' />
<s i='2' v='3' />
...
<data>
<chart>
An XML vocuabulary of this nature would reduce file sizes for the datasets I work with by up to 50%.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
| Hi, Thanks for your suggestion. We actually had this option in our previous version - and we'll again implement the same in our future versions too.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2/17/2008 5:11:16 AM
Posts: 17,
Visits: 23
|
|
| Great! Which version will have this feature? /Hans
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
| Hi, As of now, we do not have a fixed roadmap for next major version and such cannot tell you an exact version.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|