Sign in to follow this  
rwinscot

Scrollable Gantt Masking / Z Order Incorrect

Recommended Posts

I'm using FusionWidgets 3.x (purchased) and Flex 4.5.1... instantiating an instance of the Gantt Chart as:

 

chart = new FusionWidgets();

chart.FCChartType = "Gantt";

chart.percentWidth = 100;

chart.percentHeight = 100;

addElement( chart as IVisualElement );

 

The XML served up includes these two options:

 

ganttPaneDuration='2'

ganttPaneDurationUnit='d'

 

When the dataset is limited to 2 days or less - no problem. When the dataset spans 3 or more days - the scrollpane appears above the chart (effectively blocking it) and it looks like masking is broken. Here are two screenshots to help illustrate the problem.

 

post-21223-0-45408400-1315371623_thumb.png

 

post-21223-0-68147100-1315371630_thumb.png

Share this post


Link to post
Share on other sites

Hi Rick,

 

Thank you for your mail and interest in FusionCharts.

 

I sincerely apologize for the delay.

 

Please note that FusionCharts for Flex supports creating charts in Flex. But FusionWidgets would not work perfectly with Flex 4 and above.

 

FusionCharts v3 (core) had been coded in ActionScript 2 (Flash 8 - AVM1). We haven’t ported them to ActionScript 3 (AVM2); instead, we have modified the existing FusionCharts v3 SWF files – so that, they can load efficiently in your Flex solutions and then be controlled by your Flex code.

 

To facilitate cross communication between AVM1 and AVM2 we have used FlashInterface. As such, you need not bother about cross AVM issues. All that is to be done is to load the FusionCharts specialized SWF and SWC files, provide the data, and control it from your Flex project.

 

You would need to use the Gantt chart from the FusionCharts for Flex pack to solve your purpose.

Ref.- http://www.fusioncharts.com/flex/docs/charts/

 

I hope this helps. Looking forward to your valuable feedback.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this