fusioncharts / react-fusioncharts-component

ReactJS component for FusionCharts JavaScript Charting library.
https://fusioncharts.github.io/react-fusioncharts-component/
MIT License
93 stars 33 forks source link

Tooltip losing reference when scroll page down or up #79

Closed keelviinn closed 2 years ago

keelviinn commented 2 years ago

I got this error when I scroll the page and return to the chart, the tooltip is losing the reference, is that a bug in the library?

Component props:

{
 xAxisName: 'Day',
  labelDisplay: 'auto',
  formatNumber: '0',
  formatNumberScale: '0',
  numVisiblePlot: '21',
  showValues: '1',
  enableSmartLabels: '1',
  valuePosition: 'ABOVE',
  setAdaptiveYMin: '1',
  scrollShowButtons: '1',
  scrollColor: '#FFF',
  scrollPadding: '6',
  scrollToEnd: '1',
}

image