Miguel Michelson Martinez

Results 242 comments of Miguel Michelson Martinez
trafficstars

i think you are using a more updated openai, I've updated on my end but I I'm little short on time, I will try to upgrade it on weekend El...

Hi @dredupuika , thanks for this PR submission. I've left you a couple of comments in the code, best

Check the highcharts documentation , you have to implement a click handler which make an Ajax request that hits the endpoint of your action controller Best! El 23 sep. 2017...

Hi , there is not redraw support as a ruby helper, but you can call the function on the js chart object maybe we could implement a .setData() helper ,...

@xiaods , @BrennonTWilliams why is needed to add highcharts before require_tree . ? look at this example. it is not required to put the hc lib before require_tree https://github.com/michelson/lazy_high_charts/blob/master/spec/dummy_rails/app/assets/javascripts/application.js

maybe we can add a window.chart instead of chart to globally access the chart ? but take a look to http://www.highcharts.com/demo/dynamic-update , it has another approach to update the data...

yep, it seems to be a good idea, the only issue there is the chart variable name should be unique. so , if i have many charts in the same...

ah , i see, sure it should work if you want add some tests to and apply a pull request, i will merge it asap thanks Atte. Miguel Michelson Martinez...

Hi @Shekharrajak, I've never used IRuby , but I believe that the output is just "stringyfing" the object, that's why you are getting that. You have to use the view...

Hi @Shekharrajak , Yes it does! check the layout file in the nanoc dummy app, it has the following scripts in order for the HC script to work do you...