class Chartd
Constants
- BASE_URL
Public Class Methods
encode(*args)
click to toggle source
helper method for directly encoding data for when the user wants to generate the chart URL herself.
# File lib/chartd.rb, line 7 def self.encode(*args) Encoder.encode(*args) end