Reputation: 688
I want to try display a chart in highcharts that is a heatmap chart. it works correctly when i have a little data but when i have large amount that is destroyed.
chart: {
type: 'heatmap',
marginTop: 40,
marginBottom: 80,
plotBorderWidth: 1,
height: 600
}
I saved that in jsfiddle.
Can anybody help me to adjust this code for large amounts of data?
Upvotes: 4
Views: 1903