You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.
I added support for area charts (similar to google analytics charts where the area under the line graphic is filled in).
Here's my git diff:
--- a/lib/gchart.rb
+++ b/lib/gchart.rb
@@ -380,7 +380,14 @@ class Gchart
end
def set_range_marker(options)
"#{orientation},#{options[:color]},0,#{options[:start_position]},#{options[:stop_position]}#{',1' if options[:overlaid?]}"
end
The text was updated successfully, but these errors were encountered: