Open elpinguinofrio opened 6 years ago
I'm using this project heavily and it has been pretty stable. Can you show how you are importing amcharts3-react and amcharts3 into your React code? I suspect it is an ordering issue. You need to import all your amcharts3 dependencies before you import amcharts3-react.
Example:
import React from 'react';
import PropTypes from 'prop-types';
import 'amcharts3';
import 'amcharts3/amcharts/serial';
import 'amcharts3/amcharts/pie';
import 'amcharts3/amcharts/themes/light';
import 'amcharts3/amcharts/plugins/export/export.min.js';
import 'amcharts3/amcharts/plugins/export/export.css';
import AmCharts from '@amcharts/amcharts3-react';
Sorry this is unrelated to the issue, I just want to find the user elpinguinofrio.
Hello elpinguinofrio, one of my repo you forked contains some sensitive information. Do you mind remove those information? Github does not support private message, this is the only way I can reach out to you. Please leave a message to me and we can figure out the details.
looks like devs had abandoned the project.