+
@@ -816,9 +817,23 @@ if ($act == 'newevent') {
@@ -1329,7 +1344,7 @@ if ($act == 'newevent') {
toolbox: {
show: true,
orient: 'vertical',
- left: 'right',
+ right: '1.5%',
top: 'center',
feature: {
mark: {show: true},
@@ -1340,7 +1355,10 @@ if ($act == 'newevent') {
}
},
legend: {
- left: 10
+ left: '3%',
+ itemHeight: 11,
+ itemWidth: 6,
+ color:"#5f5f5f"
},
tooltip: {},
grid: {
@@ -1354,16 +1372,35 @@ if ($act == 'newevent') {
dataset: {
source: chartsdata
},
- xAxis: {type: 'category'},
+ xAxis: {
+ type: 'category',
+ axisLabel:{
+ show: true,
+ textStyle:{
+ color:"#bfbfbf"
+ }
+ },
+ axisLine:{
+ lineStyle:{
+ color:'#bfbfbf',
+ }
+ }
+ },
yAxis: {
+ axisLabel:{
+ textStyle:{
+ color:"#bfbfbf"
+ }
+ },
"axisLine": { //y轴
- "show": true
+ "show": false
},
"axisTick": { //y轴刻度线
- "show": true
+ "show": false
},
"splitLine": { //网格线
- "show": false
+ "show": true,
+ 'coloe': '#bfbfbf'
}
},
// Declare several bar series, each will be mapped
@@ -1371,6 +1408,7 @@ if ($act == 'newevent') {
series: [
{
type: 'bar',
+ barCategoryGap : 60,
itemStyle: {
normal: {
label: {
@@ -1379,7 +1417,7 @@ if ($act == 'newevent') {
distance: 15,
align: 'left',
verticalAlign: 'middle',
- rotate: 90,
+ rotate: 1,
fontSize: 16,
textStyle: { //数值样式
color: '#000',
@@ -1391,6 +1429,7 @@ if ($act == 'newevent') {
},
{
type: 'bar',
+ barCategoryGap : 60,
itemStyle: {
normal: {
label: {
@@ -1399,7 +1438,7 @@ if ($act == 'newevent') {
distance: 15,
align: 'left',
verticalAlign: 'middle',
- rotate: 90,
+ rotate: 1,
fontSize: 16,
textStyle: { //数值样式
color: '#000',