LHC is a Ruby gem that provides a simple and extremely flexible way to use HighCharts from ruby code. Tested on Ruby on Rails, Sinatra and Nanoc, but it should work with others too.
Questions tagged [lazy-high-charts]
45 questions
6
votes
4 answers
Link inside of a Highcharts tooltip
I'm trying to replicate the behaviour of this fiddle for my application. It all works fine when I'm on a PC or Mac. I've also tested on a few tablets, but it doesn't want to work on an iPad, which is a large user base for my…

Lievcin
- 938
- 3
- 18
- 30
6
votes
3 answers
Highcharts does not work with wicked_pdf
I'm trying to generate a PDF report using the Wicked_pdf gem and Highcharts.
I've already tried to set animation, enableMouseTracking and shadow false.
But when wkhtmltopdf tries to generated the PDF files I got an error.
I really don't not what to…

user2002098
- 61
- 1
- 2
3
votes
2 answers
Highcharts not working on Heroku environment, works on local environment
I'm using graphs created with Highcharts. They work fine on my local development environment, but on Heroku the graphs are not showing. The div is just empty:
I'm using the lazy_high_charts gem and this is my…

John
- 6,404
- 14
- 54
- 106
3
votes
5 answers
how to dynamically set the minPointLength except 0
I like to set dynamically the value of the minPointLengh for high chart. But the below mentioned code is not working. can you please help me to get it done.
$(function () {
$('#container').highcharts({
chart: {
type:…

Nirmal Srinath
- 41
- 6
3
votes
2 answers
Columns HighChart remove spacing for empty data series
Consider the following high chart
At 15 jun, category II has no data, what if I dont want that spacing left for it, Is there anyway to remove such spaces.
for code reference
`http://jsfiddle.net/G5S9L/8/`

Raza
- 2,320
- 2
- 22
- 32
3
votes
2 answers
HighCharts: Reduce size of chart
Does anyone know how to reduce the size of this pie chart? I am using Lazy High Charts gem.
return LazyHighCharts::HighChart.new('pie') do |f|
f.chart({:defaultSeriesType=>"pie" , :margin=> [0, 0, 0, 0], backgroundColor: "#F5F5F5", renderTo:…

Pykih
- 2,769
- 3
- 29
- 38
2
votes
1 answer
How to correct mouse event in Highcharts
I am trying to plot xy line in which y axis is reversed and I am getting plot but mouse event I am unable to correct it it is showing reverse event, and I want to find min and mix of axis automatically how this can be done? And how to bring x axis…

user3304642
- 181
- 1
- 2
- 16
2
votes
2 answers
lazy_high_charts and foundation conflict loading javascript
I'm using lazy_high_charts and foundation 4.
In my view I have <%= high_chart("my_id", @chart) %>, which generates the following: