diff --git a/AMESCoreStudio.Web/Views/RPT/RPT001.cshtml b/AMESCoreStudio.Web/Views/RPT/RPT001.cshtml index ddffaffb..5877c41f 100644 --- a/AMESCoreStudio.Web/Views/RPT/RPT001.cshtml +++ b/AMESCoreStudio.Web/Views/RPT/RPT001.cshtml @@ -267,27 +267,72 @@ Highcharts.chart('divChart1', { title: { - text: queryYear.value + '生產力' + text: queryYear.value + '生產力', + style: + { + color:'#FFFFFF' + } }, subtitle: { text: '' }, + chart: { + backgroundColor:'#262626', + color:'#FFFFFF' + + }, xAxis: { - categories: xAxisData + categories: xAxisData, + labels: { + style: + { + color:'#FFFFFF' + } + } }, yAxis: { title: { - text: queryYear.value + '生產力' + text: queryYear.value + '生產力', + style: + { + color:'#FFFFFF' + } + }, + labels: { + style: + { + color:'#FFFFFF' + } } }, plotOptions: { + series: + { + lineColor:'yellow', + marker: { + fillColor:'#FFFFFF' + } + }, line: { dataLabels: { - enabled: true + enabled: true, + style: + { + color:'#FFFFFF' + } }, enableMouseTracking: false } }, + legend: { + itemStyle: { + font: '9pt Trebuchet MS, Verdana, sans-serif', + color: '#FFFFFF' + }, + itemHoverStyle:{ + color: '#FFFFFF' + } + }, series: [{ type: 'column', name: '月份', @@ -323,27 +368,72 @@ Highcharts.chart('divChart2', { title: { - text: queryYear.value + '效率' + text: queryYear.value + '效率', + style: + { + color:'#FFFFFF' + } }, subtitle: { text: '' }, + chart: { + backgroundColor:'#262626', + color:'#FFFFFF' + + }, xAxis: { - categories: xAxisData + categories: xAxisData, + labels: { + style: + { + color:'#FFFFFF' + } + } }, yAxis: { title: { - text: queryYear.value + '效率' + text: queryYear.value + '效率', + style: + { + color:'#FFFFFF' + } + }, + labels: { + style: + { + color:'#FFFFFF' + } } }, plotOptions: { + series: + { + lineColor:'yellow', + marker: { + fillColor:'#FFFFFF' + } + }, line: { dataLabels: { - enabled: true + enabled: true, + style: + { + color:'#FFFFFF' + } }, enableMouseTracking: false } }, + legend: { + itemStyle: { + font: '9pt Trebuchet MS, Verdana, sans-serif', + color: '#FFFFFF' + }, + itemHoverStyle:{ + color: '#FFFFFF' + } + }, series: [{ type: 'column', name: '月份',