kirjs / react-highcharts

React wrapper for Highcharts library

Home Page:http://kirjs.github.io/react-highcharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use Funnel Chart.

kenzouno1 opened this issue · comments

i'm want to use Funnel chart but how to i can import Funnel module in to my component?

trying
import Funnel from 'highcharts/modules/funnel';
Funnel(ReactHighcharts.Highcharts);

this will show error Error: Highcharts error #16

@kenzouno1 - I am also facing the same issue. Found any solution?

@saineri you cantry remove node_modules and .lock file and re-install. This worked for me

@kenzouno1 - Thanks. It worked.. :)

Seems to be resolved, closing