Not able to display Month names on Rickshaw Graph on Coffeescript
问题 I am working on a project using Sinatra based framework called Dashing. Part of my project is to create a graph using RickShaw Graph. My problem is that I am not able to display month names and dates on the X-Axis. I am using coffeescript to render these values. Here is the code for the graph: class Dashing.Graph extends Dashing.Widget @accessor 'points', Dashing.AnimatedValue @accessor 'current', -> return @get('displayedValue') if @get('displayedValue') points = @get('points') if points