Sign in to follow this  
Abdoral Neto

How Do I To Link Two Or More Charts?

Recommended Posts

I try to do that. But I can't do. Every time I use renderChart() this erro occurs :

Uncaught TypeError: Object [object DOMWindow] has no method 'setAttribute'

I can't render chart when I put xlm like a string.

 

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

For more details, please refer to the link below:

 

http://www.fusioncha...sicExample.html

http://www.fusioncha...?PHP_Drill.html

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Thank for the reply.

 

Please make sure you are using the latest FusionCharts.js.

 

If the problem persists, please send us the code to look into the issue.

 

Awaiting for your reply.

Share this post


Link to post
Share on other sites

var chart_Pie3D5 = new FusionCharts("glpi/trunk/plugins/charts/lib/fusioncharts/Charts/Column2D.swfPie3D.swf", "Pie3D5", "600", "300", "0", "0", "","noScale","EN");

Uncaught SyntaxError: Unexpected token ILLEGAL

 

chart_Pie3D5.setDataXML("<chart caption='Tarefas mais frequentes'

subCaption='Por categoria'

pieSliceDepth='30'

showBorder='1'

formatNumberScale='0'

numberSuffix=' Units' ><set label'Micro Informatica > teste' value='37'

link='newchart-xmlurl-chartsTask.data.php?id=0'/><set label'Outras > Contato com o usuário' value='7'

link='newchart-xmlurl-chartsTask.data.php?id=62'/><set label'Micro Informatica' value='7'

link='newchart-xmlurl-chartsTask.data.php?id=48'/><set label'Micro Informatica > Manutenção de conta de usuário' value='5'

link='newchart-xmlurl-chartsTask.data.php?id=10'/><set label'Automação > Novos projetos' value='3'

link='newchart-xmlurl-chartsTask.data.php?id=6'/></chart>");

chart_Pie3D5.render("Pie3D5Div");

chart_Pie3D5.setDataXML("<chart caption='Tarefas mais frequentes'

subCaption='Por categoria'

pieSliceDepth='30'

showBorder='1'

formatNumberScale='0'

numberSuffix=' Units' ><set label'Micro Informatica > teste' value='37'

link='newchart-xmlurl-chartsTask.data.php?id=0'/><set label'Outras > Contato com o usuário' value='7'

link='newchart-xmlurl-chartsTask.data.php?id=62'/><set label'Micro Informatica' value='7'

link='newchart-xmlurl-chartsTask.data.php?id=48'/><set label'Micro Informatica > Manutenção de conta de usuário' value='5'

link='newchart-xmlurl-chartsTask.data.php?id=10'/><set label'Automação > Novos projetos' value='3'

link='newchart-xmlurl-chartsTask.data.php?id=6'/></chart>");

chart_Pie3D5.render("Pie3D5Div");

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