show exported data as an chart
show exported data as an chart
(OP)
Hello,
Not shure that this is the right palce to post this question.
I am about to export data from an ERP system witch will contain 3 values whitch i want to present as an chart.
The values are
Budget
Invoiced
Pending
i this case i want to present budget as one bar ant the tow other obove each other like this.
thing is that i can do what ever export i need but want it as simple as possible.
Is this possible? or should i use XML and XSL and post a question in XML forum?
Thanks in advance
//T
Not shure that this is the right palce to post this question.
I am about to export data from an ERP system witch will contain 3 values whitch i want to present as an chart.
The values are
Budget
Invoiced
Pending
i this case i want to present budget as one bar ant the tow other obove each other like this.
thing is that i can do what ever export i need but want it as simple as possible.
Is this possible? or should i use XML and XSL and post a question in XML forum?
Thanks in advance
//T
RE: show exported data as an chart
I currently still use the free Flash version, but they now have a fully JavaScript only version.
Building impressive graphs from simple XML couldn't be easier!
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
RE: show exported data as an chart
-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
RE: show exported data as an chart
If you want simple, this is a system I came up with a while back, just scale your data values into the height parameter.
Tweak the width and colours as you wish.
Extend to as many columns and as may stack levels as needed. You can add <title> or <alt> tags in the divs so the user can hover for more info.
CODE