Admix - 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/raphael/raphael.min.js"></script>
			<script src="../assets/plugins/morris.js/morris.min.js"></script>
			<script src="../assets/js/chart.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/jquery.flot/jquery.flot.js"></script>
			<script src="../assets/plugins/jquery.flot/jquery.flot.resize.js"></script>
			<script src="../assets/js/chart.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/plugins/chart.js/Chart.bundle.min.js"></script>
			<script src="../assets/js/chart.chartjs.js"></script>
		
		
Type URL
Plugin Link http://www.chartjs.org/
Sparkline

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

		
			
		
	
		
			<!-- Internal Jquery-sparkline js -->
			<script src="../assets/plugins/jquery-sparkline/jquery.sparkline.min.js"></script>
			<script src="../assets/js/chart.sparkline.js"></script>

			/* sparkline_bar */
			$(".sparkline_bar").sparkline([2, 4, 3, 4, 5, 4, 5, 3, 4], {
				type: "bar",
				height: 35,
				width: 50,
				barWidth: 4,
				barSpacing: 2,
				colorMap: {
				9: "#a1a1a1",
				},
				barColor: "#5638ff",
			});
			/* sparkline_bar end */

		
		
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/chart.echarts.js"></script>
		
		
Type URL
Plugin Link https://echarts.apache.org/examples/en/index.html