heatmap support?
See original GitHub issueThanks for releasing react-highcharts. According to http://www.highcharts.com/docs/chart-and-series-types/heatmap a heatmap requires modules/heatmap.js
from the highcharts distribution. Sample code http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/heatmap/
Is it possible to make this work with react-highcharts?
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
heatmap - Real-time analytics for your website
heatmap provides realtime analytics to help chief editors and marketeers understand in seconds which are their best performing contents and which are less ......
Read more >Horizontal Support and Resistance Heatmaps - 1-TrendSpider
Heatmaps approximate key support and resistance zones by summing all of the detected trend lines and applying an advanced heatmap generation algorithm.
Read more >Create heatmap chart - MathWorks
This MATLAB function creates a heatmap from the table tbl. ... By default, heatmaps support a subset of TeX markup for the text...
Read more >What Are Heat Maps? Guide to Heatmaps/How to Use Them
A complete guide to website heatmaps with chapters about creating and analyzing heatmaps, case studies, practical examples, and heatmap ...
Read more >Create a heatmap - Fusion Tables Help - Google Support
Create a heatmap. Heatmaps display colors on the map to represent the density of points from a table. Requirements. The table must have...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For others having trouble, the issue may be that Heatmap is actually part of Highmaps, not Highcharts.
This works for me (stateless functional component, adapt as necessary if you have a class):
I’m getting
Module not found: Error: Cannot resolve module 'react-highcharts/modules/heatmap'
whenever I require the heatmap module.