Chart-Weather-Forecast

 view release on metacpan or  search on metacpan

lib/Chart/Weather/Forecast/Temperature.pm  view on Meta::CPAN

    );

    # Title
    $chart->title->text( $self->title_text );
    $chart->title->font( $self->title_font );

    # Tufte influenced customizations (maximize data-to-ink)
    $chart->grid_over(1);
    $chart->plot->grid->show_range(0);
    $chart->plot->grid->show_domain(0);
    $chart->legend->visible(0);
    $chart->border->width(0);

    return $chart;
}

sub _build_default_ctx {
    my $self = shift;

    my $default_ctx = $self->chart->get_context('default');



( run in 1.253 second using v1.01-cache-2.11-cpan-49f99fa48dc )