Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

179
Views
Highcharts Using Data from Ruby on Rails Database

I currently have graphs on my Rails app that I implement using Chartkick. The following code is what I have in my view to render the actual graph. The path graphs_site_hot_water_status_path(@site) connects to a controller where I have all the logic for how my data is being queried from the database, which ideally would stay the same as it is quite complex.

 <%= line_chart graphs_site_hot_water_status_path(@site), colors: ['#AE42CE', '#DD6539','#093FF7', '#B2461F', '#A8BCFD', '#E68F6F'], refresh: @refresh_rate, ytitle: t(".fahrenheit"), xtitle: t(".timestamp") %>

My goal is to be able to format my graph using Highcharts customization, but I can't figure out how to input my data the same way when using Highcharts because I can't pass it into Javascript using Ruby code. Is there a way to pull my data in the same manner I currently am, but without using Chartkick?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think you could use daru-view to use Highcharts with Ruby on Rails. For more about that, you can read these articles:

https://www.highcharts.com/blog/tutorials/how-to-create-charts-with-daru-view-and-highcharts/ https://www.highcharts.com/blog/tutorials/i-am-ruby-developer-how-can-i-use-highcharts/

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!