Onrendered not firing

89 views
Skip to first unread message

Karam

unread,
Mar 19, 2015, 2:40:09 PM3/19/15
to c3...@googlegroups.com
I have the following code in a test case I'm working on:
  
var chart = c3.generate({
       data: {
           columns: [
               ['data1', 30, 200, 100, 400, 150, 250],
               ['data2', 50, 20, 10, 40, 15, 25]]
       },
       point: {
       show: false,
       onrendered: function () { console.log('rendered...') }
   }

I'm not getting the message in the console. Is there something I'm missing? 


mistryn...@gmail.com

unread,
Mar 20, 2015, 9:03:00 AM3/20/15
to c3...@googlegroups.com
which version if c3 you are using ?

mistryn...@gmail.com

unread,
Mar 20, 2015, 9:05:25 AM3/20/15
to c3...@googlegroups.com, mistryn...@gmail.com
On Friday, 20 March 2015 18:33:00 UTC+5:30, mistryn...@gmail.com wrote:
> which version if c3 you are using ?

Please download latest version of c3js.
Reply all
Reply to author
Forward
0 new messages