ActiveDen

Flash Charts Package Interactive/AS3/XML

  • Has been a member for 1-2 years
IvanGS says

Hi, I have your charts and they and very good. but the lines chart XML structure it’s very weird…

I have make that with PHP and Mysql… the pie chart it’s very good. but when i started making the line chart, I stoped beacuase each column of the xml in the periods ex: <period name="Aug.09"> <v>2.5</v><v>3.5</v><v>6.5</v><v>8.5</v> </period> <period name="Sep.09"> <v>5</v><v>4.5</v><v>5.5</v><v>9</v> </period> <period name="Oct.09"> <v>4</v><v>5</v><v>8</v><v>7</v> </period> <period name="Nov.09"> <v>6</v><v>5</v><v>7</v><v>5.5</v> </period> <period name="Dec.09"> <v>7</v><v>6</v><v>7.5</v><v>4.5</v> </period> <period name="Jan.10"> <v>9</v><v>4</v><v>6.5</v><v>3.5</v> </period> <period name="Feb.10"> <v>8</v><v>5</v><v>8.5</v><v>1</v> </period><code> represents one line in the chart. How can i change that???????</code>

11 months ago
Author
rcuela rcuela replied

Hi IvanGS

Every “v tag” inside “period tag” store the value for every serie, in the example: 2.5 inside represent the value for the first serie at Aug.09, the next value inside “v tag” 3.5 is the value for the second serie at Aug.09, ... In the next “period tag”, you will find the values for each serie at Sep.09 in the same order.

If you need more help, click on my icon and send me a mail via author page.

Greetings, Ronald

11 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
AnasoftConsulting says

Hi,

I love your work – these are some of the sexiest charts I have found!

There are 3 questions I need to ask before purchasing:

1. Can I mix chart types on the same chart? I need a bar and 3 line series on the same chart.

2. Can I have two Y-axes on the same chart? I need to plot Cost in $ and Cost/Unit in $, but one is measured in thousands, and one in single dollars.

3. Can I set it up so if I click somewhere on the chart that it will drill down to the data that makes up the chart?

Thanks, Chris

11 months ago
Author
rcuela rcuela replied

Hi Ana

1,2,3.- They are not ready for that.

You must change the code to achieve what you want.

If you want a customized chart, click on my icon and send me a mail via author page.

Greetings,

Ronald

11 months ago
Default-user AnasoftConsulting replied

Email sent ;) Look forward to hearing from you.

Thanks, Chris

11 months ago
  • Has been a member for 0-1 years
mc3inc says

Hi,

The chart package looks great. One question, is it possible to update the chart value / redraw the chart based on updated XML data?

The situation is that a xml / text file will be updated constantly on an internal network server. The Flash file has to be able to read the updated xml file and display updated values on the chart via a click of a button action.

Can this component do that?

Thank you for your feedback.

MC3

10 months ago
Author
rcuela rcuela replied

hi MC3

The chart is not ready to update on live, but it can be implemented.

If you want this customization, you can click on my icon and write me via author page.

Greetings,

Ronald

10 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
johnpenagos says
Purchased

Hi, It’s a great product. one question. I’m creating a presentation that contains a slide with a graphic of the package. Show me that I download or delete the graphic on the slide.? to move to the next diapotisiva with my new information. I can go to the next slide but the graphic is always visible on top of my new text. thanks for your valuable feedback. johnpenagos

9 months ago
Author
rcuela rcuela replied

Hi john:

Just remove the chart using removeChild

Greetings, Ronald

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
ssunder233 says
Purchased

Hi, The 3d pie chart looks great, but I’d like to make a modification. I’d like to change it so that instead of showing/hiding a slice of the pie when a user clicks a value in the legend, a new chart could be loaded on click.

Is it possible to have the legend link to a different chart on click?

Thanks for your guidance in advance, Sara

7 months ago
Author
rcuela rcuela replied

Hi Sara,

In the main PieChart class find the listener for legend click and change it to open a new chart. If you need more help, click on my icon and send me a mail via author page.

Greetings,

Ronald

7 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
pk7639 says
Purchased

Very easy to get up and running. I’ve searched through the package and looked on your website. Is there an XML reference document that describes all the XML elements, which are required and which are optional?

In particular, I’d like the Y axis to autoscale, does your code support this?

Many thanks

PK

7 months ago
Author
rcuela rcuela replied

autoscale is not supported by these charts. If you want that customization click on my icon and send me a mail via author page.

7 months ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
flasp says
Purchased
Hi, Im trying to set the xml-file through flashvars, but get some errors.
var xmlPath:String= LoaderInfo(this.root.loaderInfo).parameters.xmlVar;
var vb:VerticalBarsChart3D = new VerticalBarsChart3D(xmlPath);
TypeError: Error #2007: Parameter url must be non-null.
    at flash.net::URLStream/load()
    at flash.net::URLLoader/load()
    at com.rcuela.charts::VerticalBarsChart3D()
    at Vertical_fla::MainTimeline/frame1()

And no chart is showing.

How can I define the xml-file through flashvars

3 months ago
Author
rcuela rcuela replied

Hi flasp, probably you must read http://www.permadi.com/tutorial/flashVars/indexAs3.html and be sure that the HTML (or JS) are configured correctly to send flashvars to the swf.

Greetings,

Ronald

3 months ago
by
by
by
by
by