懒得勤快 3 年之前
父節點
當前提交
926e217577

+ 1 - 1
src/Masuit.MyBlogs.Core/Views/Advertisement/ClickRecordsInsight.cshtml

@@ -133,7 +133,7 @@
 			}
 			var chartDom = document.getElementById('chart');
 			var myChart = echarts.init(chartDom);
-			const colors = ['#0091ee','#ccc'];
+			const colors = ['#009688', '#ccc'];
 			var option = {
 				color: colors,
 				tooltip: {

+ 1 - 1
src/Masuit.MyBlogs.Core/Views/Post/PostVisitRecordInsight.cshtml

@@ -139,7 +139,7 @@
 			}
 			var chartDom = document.getElementById('chart');
 			var myChart = echarts.init(chartDom);
-			const colors = ['#0091ee', '#ccc'];
+			const colors = ['#009688', '#ccc'];
 			var option = {
 				color: colors,
 				tooltip: {