amcharts / amcharts3-react

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

Ballon function return react component #72

Open lionel95200x opened 6 years ago

lionel95200x commented 6 years ago

Hello

It's possible to return a react component on a ballon function👍

balloonFunction: < MyReactComponent />, instead of

balloonFunction: ballonFunctionTest,

I have an error a.replace is not a function

Thanks