Sign in to follow this  
thufail

Best Chart To Select For The Requirement

Recommended Posts

I have a requirement where there are 5 products. Each product is having 3 sets ( Allocation, purchase and difference value of allocation and purchase). I need to display this for 3 months data. Can anyone suggest best chart to use for this requirement with any screen shot or link.

Share this post


Link to post
Share on other sites

Hai I am getting Unable to find the container DOM element. error .I am using ZK frame work .Can you find the necessary changes in below code to execute Fusionchart

 

 

 

<?xml version="1.0" encoding="UTF-8"?>

<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>

<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>

<zk xmlns:w="http://www.zkoss.org/2005/zk/client"

xmlns="http://www.zkoss.org/2005/zul"'>http://www.zkoss.org/2005/zul"

xmlns:h="http://www.w3.org/1999/xhtml"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">

<script type="text/javascript" src="/Charts/FusionCharts.js" />

<script type="text/javascript">

<![CDATA[

 

var code;

var isValidCode;

 

function hello() {

alert("Hello");

}

 

function hai(){

alert("Hai");

var chart1 = new FusionCharts("Pie3D.swf", "TestChart","400px","400px","0", "0");

chart1.setDataXML("<Chart ....>");

chart1.render("testDiv"); //Error coming by this line

 

}

]]>

</script>

<window id="window_chart" title="Full View" border="none"

closable="true" width="800px" height="610px">

 

<div align='center'>

<button label="Say Hello" w:onClick="hai();" />

</div>

<div id="testDiv"></div>

</window>

</zk>

Share this post


Link to post
Share on other sites
Guest Bindhu

I have a requirement where there are 5 products. Each product is having 3 sets ( Allocation, purchase and difference value of allocation and purchase). I need to display this for 3 months data. Can anyone suggest best chart to use for this requirement with any screen shot or link.

 

Hi,

 

Welcome to the FusionCharts Forum.

 

Thank you for the post.

 

With regards to your query, you may try using Multi series charts.

 

You may also refer to the chart gallery at the link below and choose a best suitable chart that meets your requirement,

http://www.fusioncharts.com/demos/gallery/

 

For more details on 'Multi-series Column 2D Chart Specification Sheet', please refer to the link below,

http://docs.fusioncharts.com/charts/contents/?ChartSS/MSColumn2D.html

 

Hope this helps !

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