Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
sdInteractiveChartPlugin + ajax
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
alejandro gongora  
View profile  
 More options May 23 2012, 10:48 am
From: alejandro gongora <gongo...@gmail.com>
Date: Wed, 23 May 2012 09:48:17 -0500
Local: Wed, May 23 2012 10:48 am
Subject: sdInteractiveChartPlugin + ajax

Hi guys,

I want to use the sdInteractiveChartPlugin with ajax to display charts
based on different data tables when one click on icons. each icon represent
different data tables.

What i've tried, as
http://www.symfony-project.org/plugins/sdInteractiveChartPlugin, is to put
the following code in a partial:

use_helper('sdInteractiveChart');
$chart = InteractiveChart::newBarChart();
$chart->setWidthAndHeight('500', '320');
$chart->setDataColors(array('#990000', '#cd0000'));
$chart->setBaselineColor('#aaa');
$chart->setLegendPosition(LineGraph::$LEGEND_NONE);
$chart->ajaxGraph( url_for('graphs/load_data'), array(), 'chart_div');
$chart->render();

and load this partial via ajax (jquery) with the .load function.

I haven't achieved to display the chart. Does anyone know how to do this?

any help would be appreciated..

thanks..

golo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
moli  
View profile  
 More options Sep 5 2012, 4:15 am
From: moli <pawel.karbowniczek1...@gmail.com>
Date: Wed, 5 Sep 2012 01:15:27 -0700 (PDT)
Local: Wed, Sep 5 2012 4:15 am
Subject: Re: sdInteractiveChartPlugin + ajax

I have the same problem. Did you find out how to do it?

W dniu środa, 23 maja 2012 16:48:17 UTC+2 użytkownik golo napisał:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »