I can get the sample data working in my Rails app (3.2.14), but when I try with real data, the chart doesn't show up. It appears my JSON string has an extra level of nesting in it, where it's {model_name: {properties}}, you can see my code and an example in my Gist. Any help is greatly appreciated!
I can get the sample data working in my Rails app (3.2.14), but when I try with real data, the chart doesn't show up. It appears my JSON string has an extra level of nesting in it, where it's {model_name: {properties}}, you can see my code and an example in my Gist. Any help is greatly appreciated!