RailsCasts Pro episodes are now free!

Learn more or hide this

afulki's Profile

GitHub User: afulki

Comments by

Avatar

Hi,

i got the chart working under twitter bootstrap, I had to use a .js file rather than a coffee-script file for the code that created the graph.

Avatar

I just figured this out under the javascript debugger, for some reason the coffee script version does not set the xkeys or xkeys options, using plain old javascript works even under bootstrap.

Avatar

I'm having issues with it too, running under bootstrap I get an error in the javascript console: "undefined is not an object (evaluating _ref.length)"

I'm using it with the test data, not even a dynamic dataset.