Prasanna Elangovan Report post Posted October 2, 2018 No example charts from FusionWidgetsXT https://www.fusioncharts.com/explore/chart-gallery?product=fusionwidgets are working. It returns "Chart type not supported" on the UI && "Uncaught SntaxError: Unexpected token < fusioncharts.widgets.js:1" on the browser console. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 9, 2018 Please import the following files in order to render widgets import FusionCharts from 'fusioncharts'; import Widgets from 'fusioncharts/fusioncharts.widgets'; import FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'; import ReactFC from 'react-fusioncharts'; ReactFC.fcRoot(FusionCharts, Widgets, FusionTheme); Share this post Link to post Share on other sites