mirror of
				https://github.com/aleleba/chartjs-2-react.git
				synced 2025-10-30 05:30:14 -06:00 
			
		
		
		
	Se vuelve a empaquetar con create react library ya que se coloco el nombre mal.
Se sube a version 1.0.8 Se sube a GitHub 1.0.8 Se sube a NPM 1.0.8
This commit is contained in:
		| @@ -1,13 +1,13 @@ | ||||
| import React, { Component } from 'react' | ||||
|  | ||||
| import { RadialGaugue } from 'chart-2-react' | ||||
| import { RadialGauge } from 'chartjs-2-react' | ||||
|  | ||||
| export default class App extends Component { | ||||
|   render () { | ||||
|     return ( | ||||
|       <div style={{maxWidth: '600px', marginTop: '25px'}}> | ||||
|         <h3 style={{textAlign: 'center'}}>RadialGaugue Component:</h3> | ||||
|         <RadialGaugue /> | ||||
|         <h3 style={{textAlign: 'center'}}>RadialGauge Component:</h3> | ||||
|         <RadialGauge /> | ||||
|       </div> | ||||
|     ) | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user