SSL support
Closed this issue · 0 comments
peterhellberg commented
Google seems to have added support for loading charts over SSL, so now you can do something along these lines:
class SSLGchart < Gchart
def self.url
'https://chart.googleapis.com/chart?'
end
end