NAME

App::Widget::DataAnalysis - A set of data grids and graphs

SYNOPSIS

$name = "label";

# official way
use App;
$context = App->context();
$w = $context->widget($name);

# internal way
use App::Widget::DataAnalysis;
$w = App::Widget::DataAnalysis->new($name);

DESCRIPTION

A set of data grids and graphs.