[EXTENSION] Open Flash Chart 2

how to add link for each data line ? thanks

Can you explain more what do you want to do more precisely?

Eg.:If there are 3 bars(represent "Pending","Processing","Completed"),click one bar into its details.

cheers.

With this extension you could not do such trick. (I think that Open Flash Chart library can’t help you with this)

Why you don’t want to render links to your details actions near the chart?

Thank you, it’s a good suggestion.:)

but I really want to click one bar and into its details.

there are not allowed to have on-show for example:




$flashChart->renderData(

    	'bar_filled',

    	array(

        	'colour' => '#330000',

        	'on_show' => array( 

                	'type' => 'fade-in',

                	'cascade' => 1,

                	'delay' => 1,

            	)

    	),

    	'b1'

);



Hello,

I had tried using the example code such as sketch above, but I found a different error message.

Non-static method Set::extract() should not be called statically, assuming $this from incompatible context

can somebody help me, is there something missing from the code I wrote (I copy paste the same thing as the above)?

thank you guys,

Hello,

Great extensions! It is working in my main controller and in my main view.

But I have some problems when making AJAX toggle like this:


("#showme_"+id).load("myController/actionDetailedView).toggle();

In my DetailedView action, I create the data for the view, then:


$this->renderPartial('detailed_view',array(  

                     'data'=>$data));

Unfortunately the widget doesn’t show.

With FireBug, I see the following: error: swfobject is not defined.

Could you help me out?

Thank you!

Mihi

I am facing the same problem here. Is this a bug or a configuration issue?

Can anybody help me?

Thanks in advance

A.Miguel