react-analytics-widget icon indicating copy to clipboard operation
react-analytics-widget copied to clipboard

Loader Support

Open iamshouvikmitra opened this issue 6 years ago • 1 comments

Is there a way we could add a loading message or image when GoogleDataChart component is being loaded ?

iamshouvikmitra avatar Feb 13 '20 07:02 iamshouvikmitra

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 :)

revolunet avatar Feb 13 '20 21:02 revolunet