Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with adding the scrolbar for heatmap #220

Open
ilisun opened this issue Sep 26, 2016 · 0 comments
Open

Problem with adding the scrolbar for heatmap #220

ilisun opened this issue Sep 26, 2016 · 0 comments

Comments

@ilisun
Copy link

ilisun commented Sep 26, 2016

HI,
i have to add a scrollbar does not work for the heatmap.
controller code is:

LazyHighCharts::HighChart.new('heatmap') do |f|
  f.xAxis(categories: x_data, scrollbar: { enabled: true })
  f.yAxis(categories: times, title: false, scrollbar: { enabled: true })
  f.colorAxis(minColor: '#FFFFFF', maxColor: '#004cab', min: 0, max: 100)
  f.legend(enabled: false)
  f.chart(type: 'heatmap', marginTop: 40, width: 1000, marginBottom: 60, plotBorderWidth: 1)
  f.series(borderWidth: 1, data: data, dataLabels: { enabled: true, color: '#000000' })
end

here stackoverflow also described this problem, without solutions.
What i am doing wrong or this option is not available for this gem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant