0👍
@MES5464,
The query to SP list data is an asynchronous request. render
method will immediately return without displaying any data.
I suggest you put the query code componentDidMount
:
- https://reactjs.org/docs/react-component.html#componentdidmount
- https://github.com/pnp/sp-dev-fx-webparts/blob/master/samples/react-graph-pnpjs/src/webparts/pnPGraph/components/PnPGraph.tsx
BR
- Chartjs-How can I update my ChartJS in real time (It's works only when I zoom-in and zoom-out)
- Chartjs-Chartjs disable color change on hover withouth disabling tooltips
Source:stackexchange.com