Google::Chart::Fill::Solid - Apply Solid Fill


Google-Chart documentation  | view source Contained in the Google-Chart distribution.

Index


NAME

Top

Google::Chart::Fill::Solid - Apply Solid Fill

SYNOPSIS

Top

  use Google::Chart;
  Google::Chart->new(
    fill => {
      args => {
        color => "ffccff",
        target => "bg",
      }
    }
  );

  Google::Chart->new(
    fill => Google::Chart::Fill::Solid->new(
      color => "ffcff",
      target => "bg"
    )
  );


Google-Chart documentation  | view source Contained in the Google-Chart distribution.