Se Elimina la libreria de react-chartjs-2 y trabjar directamente con chart.js para solucionar el problema al momento de actualizar data.

Se sube a version 1.1.1
Se sube a GitHub 1.1.1
This commit is contained in:
2020-02-11 09:26:23 -06:00
parent fe3bf8702e
commit 60cae61ef1
5 changed files with 62 additions and 59 deletions

View File

@ -3,6 +3,7 @@ import React, { Component } from 'react';
import { RadialGauge, Bar, Line } from 'chartjs-2-react';
export default class App extends Component {
render () {
return (
@ -26,4 +27,5 @@ export default class App extends Component {
</div>
)
}
}