RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: afulki
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.
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.
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.
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.
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.
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.