Coming in the Dojo 1.2 release—the ability to use custom typography!
dojox.gfx
Dynamic scatter chart by gfx with events
I had developed a mashup web site using dojo.
Astray dotproject.
http://astraydot.com/srv/idx
Using dojox.gfx for dynamic scatter chart with events.
The site have simple 2 applications.
pororoca:Visualized amazon search
colloid:Yahoo vs Google. Search result comparator
Althogh it is natural, Ajax and dojox.gfx have high affinity.
I don't think Other visualization architecters without javascript (Flash, java applet...) could do that.
dojox.gfx createText breaks on FireFox (OSX)
I can't get createText to work properly on my Mac's (OSX Leopard) FireFox (2.0.0.11, current stable). Mac Safari and FireFox and IE on Windows work fine.
Here's the sample code (the sector labels are created with createText):
Problem with dojox.gfx (createGroup) with IE7
Hello,
I've run into a problem since upgrading from Dojo 1.0.0 to Dojo 1.0.2. We currently create a surface and create two groups on that surface. Here is a short code snippet:
this.surface = dojox.gfx.createSurface(
dojo.byId('nmg'),
width, height);
this.nodeLayer = this.surface.createGroup();
this.edgeLayer = this.surface.createGroup();
