:GoogleViz;
use strict;
use warnings;
use base 'Jifty::Plugin::Chart::Renderer';
use Jifty::JSON 'objToJson';
=head1 NAME
Jifty::Plugin::Chart::Renderer::GoogleViz - chart renderer using Google Cha
l;
my $chart_class = $self->chart_class;
my $load_params = objToJson($self->load_params);
my $draw_params = objToJson($self->draw_params($args{options}));
my $callback_name = 'callback
value->hour,
$value->minute,
$value->second;
}
}
die "Can't handle the date '$value'";
}
return objToJson($value);
}
1;