react-analytics-widget
react-analytics-widget copied to clipboard
Loader Support
Is there a way we could add a loading message or image when GoogleDataChart component is being loaded ?
Hi,
i guess one could add a loader here : https://github.com/revolunet/react-analytics-widget/blob/master/src/index.js#L85
based on if this.chart is available or not...
PR welcome :)