随笔分类 - Echarts
摘要:mytextStyle={ color:"#333", //文字颜色 fontStyle:"normal", //italic斜体 oblique倾斜 fontWeight:"normal", //文字粗细bold bolder lighter 100 | 200 | 300 | 400... fo
阅读全文
摘要:改变x轴y轴的颜色 1 xAxis : [ 2 { 3 type : 'category', 4 data : ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月'], 5 //设置轴线的属性 6 axisLine:{ 7 l
阅读全文
摘要:1.html页面引入需要的文件 <!-- ChartJS --> <script th:src="@{/bower_components/chart.js/Chart.js}"></script> <!-- AdminLTE dashboard demo (This is only for demo
阅读全文