Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.

Commit

Permalink
Added 'D' option in Google::Chart::Marker for line and bar chart
Browse files Browse the repository at this point in the history
line styles

Signed-off-by: lestrrat <lestrrat+github@gmail.com>
  • Loading branch information
mschilli authored and lestrrat committed Apr 30, 2009
1 parent 97d0c34 commit ae171c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Changes
(ms) Added Google::Chart::Margin support
(ms) Google::Chart::Fill::LinearGradient now supports transitions from
color1/offset1 to color2/offset2
(ms) Added 'D' option in Google::Chart::Marker for line and bar chart
line styles

0.05013 - 30 Jan 2009
* Explicitly require Test::More 0.82 (rt #42907)
Expand Down
1 change: 1 addition & 0 deletions lib/Google/Chart/Marker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ enum 'Google::Chart::Marker::Item::Type' => (
'V', # vertical line to the top of the chart
'h', # horizontal line across
'x', # x shape
'D', # Line and bar chart line styles
);

has 'marker_type' => (
Expand Down

0 comments on commit ae171c9

Please sign in to comment.