Splite - Bootstrap Responsive Dashboard Simple Admin HTML5 Template

Morris Chart

The following HTML,JS you should have in your page to implement a Morris Charts..

		
			
		
	
		
			<!--Internal  Morris js -->
			<script src="../assets/plugins/morris/raphael.min.js"></script>
			<script src="../assets/plugins/morris/morris.min.js"></script>
			<script src="../assets/js/morris.js"></script>
		
		
Type URL
Plugin Link http://morrisjs.github.io/morris.js/
Flot Chart

The following HTML,JS you should have in your page to implement a Flot Charts..

		
			
		
	
		
			<!-- Internal Flot js -->
			<script src="../assets/plugins/flot/jquery.flot.js"></script>
			<script src="../assets/plugins/flot/jquery.flot.fillbetween.js"></script>
			<script src="../assets/plugins/flot/jquery.flot.resize.js"></script>
			<script src="../assets/plugins/flot/jquery.flot.pie.js"></script>
			<script src="../assets/js/flot.js"></script>
		
		
Type URL
Plugin Link http://www.flotcharts.org/
ChartJs

The following HTML,JS you should have in your page to implement a ChartJs Charts..

		
		
		
	
		
			<!--Internal  Chart.bundle js -->
			<script src="../assets/js/chart.min.js"></script>
			<script src="../assets/js/chartjs.js"></script>
		
		
Type URL
Plugin Link http://www.chartjs.org/
Echart

The following HTML,JS you should have in your page to implement a Echart Charts..

		
			
		
	
		
			<!--Internal Echart Plugin -->
			<script src="../assets/plugins/echarts/echarts.js"></script>
			<script src="../assets/js/echarts.js"></script>
		
		
Type URL
Plugin Link https://echarts.apache.org/examples/en/index.html