mengding / jofc2

Automatically exported from code.google.com/p/jofc2
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Charts should support "on-show" animations #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Currently there is no support for chart on-show animations. For example bar
chart "on-show" animations
http://teethgrinder.co.uk/open-flash-chart-2/bar-chart-on-show.php 

What is the expected output? What do you see instead?
In the generated json it should be possible to include "on-show" animation
settings. 
For example:
http://teethgrinder.co.uk/open-flash-chart-2/gallery/bar-chart-on-show.php
"on-show":{"type":"fade-in","cascade":1,"delay":1}

It should be possible to generate a json file with "on-show" animation.
Example in the attachment.

What version of the product are you using?
jofc2-1.0-0, OpenFlashChart Version 2 Lug Wyrm Charmer

Original issue reported on code.google.com by jarek.bo...@gmail.com on 2 Apr 2010 at 12:32

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

I had the same problem, so I had a look at the jofc2 source and implemented the 
on-show JSON for bar charts.

I've attached a diff patch containing my changes.  

An updated jar containing these changes is also available at 
https://github.com/MMeldrum/jofc2/tree/master/dist

Sharing the JAR since the last release here is from Feb 2009 even though the 
svn repo is still being actively changed, so I can't tell how active this 
project is. :/

Cheers
Martin

Original comment by martin.m...@gmail.com on 6 Feb 2011 at 10:09

Attachments: