|
|
@@ -37,17 +37,27 @@ Ext.define('saas.view.home.charts.MonthIO', {
|
|
|
position: 'left',
|
|
|
adjustByMajorUnit: true,
|
|
|
fields: ['main'],
|
|
|
- minimum: 0
|
|
|
+ minimum: 0,
|
|
|
+ grid: {
|
|
|
+ even: {
|
|
|
+ stroke: '#E7EBEF'
|
|
|
+ },
|
|
|
+ odd: {
|
|
|
+ stroke: '#E7EBEF',
|
|
|
+ }
|
|
|
+ },
|
|
|
+ style: {
|
|
|
+ fill: '#fff',
|
|
|
+ strokeStyle: 'transparent'
|
|
|
+ },
|
|
|
}, {
|
|
|
type: 'category',
|
|
|
position: 'bottom',
|
|
|
- grid: true,
|
|
|
fields: ['x'],
|
|
|
- label: {
|
|
|
- rotate: {
|
|
|
- degrees: -45
|
|
|
- }
|
|
|
- }
|
|
|
+ style: {
|
|
|
+ fill: '#E7EBEF',
|
|
|
+ strokeStyle: 'transparent'
|
|
|
+ },
|
|
|
}],
|
|
|
series: [{
|
|
|
type: 'bar',
|
|
|
@@ -56,7 +66,9 @@ Ext.define('saas.view.home.charts.MonthIO', {
|
|
|
yField: ['main', 'other'],
|
|
|
stacked: true,
|
|
|
style: {
|
|
|
- opacity: 0.80
|
|
|
+ lineWidth: 0,
|
|
|
+ strokeStyle: 'transparent',
|
|
|
+ maxBarWidth: 50,
|
|
|
},
|
|
|
tooltip: {
|
|
|
trackMouse: true,
|