-
Hi ,
I have added two patches to Open Flash Chart V2 :
1) Added FlashVars parameter "data-function" : This allows you to specify your own method for getting the json data
eg :
<embed FlashVar='data-function=getDataForChart1()' etc..
<embed FlashVar='data-function=getDataForChart2()' etc..
Details of the patch is here, with the source code ...
2008-06-17 20:10:22 UTC in Open Flash Chart
-
New patch now offers :
* support for targets: (like _self, _top etc..
{"target":"_self","link":"xxxx"}
* you can have a default link :
"link":{"target":"_self","link":"xxxx"}
* or a group of links :
"links":[{"target":"_self","link":"xxx"},{"target":"_self","link":"yyy"}]
* also added support for line and bar charts
File Added: patch.zip.
2008-06-12 18:50:46 UTC in Open Flash Chart
-
I have started to upload patches and put it on the tracker. They are simple fixes. I am currently working on a java api that i can later on check in.
2008-06-10 12:01:58 UTC in Open Flash Chart
-
Via the parameter "data-function" you can specify an alternative function to the standard "open_flash_chart_data" function call.
This will allow you to have multiple flash charts all on a single page including the data.
2008-06-07 16:50:54 UTC in Open Flash Chart
-
Hi,
Would it be possible to join this project as a developer.
I have java experience and would like working on a simple java api for this and
also get Open Flash Chart 2 ready for release. We are planning to use Open Flash Chart as part of the zDX framework for our reporting needs.
Regards
Michael.
2008-06-06 13:17:58 UTC in Open Flash Chart
-
Here is a simple patch to enable links in open flash 2 for Bar charts. By adding "links" string to elements eg:
"links": "javascript:alert(\\\"test\\\"),www.google.com"
Each links is comma seperated.
I would image in the final version you would want to support targets (_self, _blank) and a workaround for popup blocking :
http://apdevblog.com/problems-using-navigatetourl/.
2008-06-06 13:03:32 UTC in Open Flash Chart
-
We are now working towards making zX fully open source. For now we are posting snapshot releases of demos using the framework.
2005-09-13 13:34:03 UTC in zD-X Framework
-
I have ported this to java using Jazzy and now Openoffice APIs.
It would be great to be able to select which language to want to use in the UI.
2005-06-16 10:16:19 UTC in Speller Pages
-
Dear all,
Thanks for the interest that you have shown so far in our zX framework. Sorry for the delay we are currently working on our cummunity site and hope to launch shortly (watch www.zXFramework.org). From here you will be have access to sources, documentation, examples, patterns and much more.
Meanwhile visit http://9knots.co.uk and have a look at the flash demos. We are always open...
2005-02-01 11:16:23 UTC in zD-X Framework
-
We are working on a community site for the framework. And has also setup a site for commercial support at
http://www.9knots.co.uk.
2004-11-26 13:21:03 UTC in zD-X Framework