View Full Version : SVG Bar Charts proposal
crocodile2u
11-21-2007, 03:12 AM
Hi everyone!
Recently, I have developed a Javascript solution for generating bar charts in SVG format. My class requires SVG support in browser to work, therefore, it does not work in MSIE (well, there is some plugin for MSIE but I have not done anything to support it). However, it works well in recent Opera and FireFox.
You can take a closer look at it there (there are both PHP and Javascript classes with the same abilities):
http://www.phpclasses.org/browse/package/4198.html
In case you feel that it could be cool to have this class as an Ext-extension - please tell me in this thread.
marmstrong
11-23-2007, 08:28 AM
I like what you have done.
I have an early version of something similar with vml support for ie. It is built as an Ext extension. I would love to collaborate on it. You can check it out here:
http://code.google.com/p/vector-graphics-ext/
jakeonthenet
11-26-2007, 05:10 PM
I ported the Dojo.gfx graphics library to Ext a while back. It provides excellent abstractions over SVG and VML.
gimler
11-27-2007, 05:17 AM
I ported the Dojo.gfx graphics library to Ext a while back. It provides excellent abstractions over SVG and VML.
work it with ext 2.0?
can you post you code or make a ext plugin?
mikegiddens
11-27-2007, 09:58 AM
If you are looking for some nice flash charts try these. I am using them and they have good callback support so they are easy to intergrate with ext.
http://www.fusioncharts.com/Default.asp
devnull
11-27-2007, 11:42 AM
i have been having decent luck with open flash charts. flash objects bring along all sorts of z-index problems though, which makes them unusable in tabbed interfaces.
mikegiddens
11-27-2007, 12:20 PM
i have been having decent luck with open flash charts. flash objects bring along all sorts of z-index problems though, which makes them unusable in tabbed interfaces.
In most cases <param NAME="wmode" VALUE="transparent"> will fix the layer issues but depending on which html doc you are using more problems get presented.
dantheman
11-27-2007, 06:50 PM
I ported the Dojo.gfx graphics library to Ext a while back. It provides excellent abstractions over SVG and VML.Agreed. Do you have a link?
This would be of interest.
--dan
devnull
11-28-2007, 05:30 PM
In most cases <param NAME="wmode" VALUE="transparent"> will fix the layer issues but depending on which html doc you are using more problems get presented.
I am using this param in my app (via SWFObject) but there is still something wrong as combobox lists and datepickers are appearing behind the flash objects. for now its not a big deal since i am not using tabs, but i would like to in the future.
jakeonthenet
11-28-2007, 06:27 PM
work it with ext 2.0?
can you post you code or make a ext plugin?
I ported it to Ext 1.1, but moving to Ext 2 should be painless. I'll look at it again when I get a chance.
nouveauc
10-28-2008, 08:46 AM
I'm also do a code with a "Ext.Element".It's not finish but the beta work with svg and i work with a vml side.
See here http://extjs.com/forum/showthread.php?t=50609&highlight=chart
nouveauc
11-10-2008, 12:49 PM
i start developing some extjs drawing graphics
it's herehttp://extjs.com/forum/showthread.php?p=248401#post248401
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.