amcharts / amcharts3-react

Official amCharts V3 React component
Apache License 2.0
117 stars 50 forks source link

Listeners not working #67

Closed raed667 closed 6 years ago

raed667 commented 6 years ago

V 3.0.3

my chart looks like this

<AmCharts.React
        ref="amChartsRef"
        listeners={[{ event: "init", method: event => console.log("INIT") }]}
        options={this.options}
      />

However this event (or any other click event) isn't triggered.

Am I doing something wrong ?

raed667 commented 6 years ago

My bad ... I needed to pass listeners into options