Se agrega el Repositorio de npm que es en Readme.

Se agrega la libreria react-chartjs-2 para agregar las graficas de Barras y de Lineas.
Se sube a version 1.1.0
Se sube a GitHub 1.1.0
This commit is contained in:
2020-02-08 15:15:09 -06:00
parent 77ed20aa45
commit fe3bf8702e
7 changed files with 209 additions and 19 deletions

View File

@ -1,5 +1,9 @@
import RadialGauge from './RadialGauge.jsx';
import Bar from './Bar.jsx';
import Line from './Line.jsx';
export { RadialGauge }
export { Bar }
export { Line }
export default { RadialGauge }