1
This commit is contained in:
parent
08f404d8f9
commit
d442f4bb46
@ -250,9 +250,9 @@ class HiddenSolve extends React.Component {
|
|||||||
|
|
||||||
const companyNames = hiddenRectifyList.map((item) => item.companyName);
|
const companyNames = hiddenRectifyList.map((item) => item.companyName);
|
||||||
const majorTotal = hiddenRectifyList.map((item) => item.majorCount);
|
const majorTotal = hiddenRectifyList.map((item) => item.majorCount);
|
||||||
const majorRectified = hiddenRectifyList.map((item) => (item.majorCount || 0) - (item.majorCountNo || 0));
|
const majorRectified = hiddenRectifyList.map((item) => item.majorCountNo);
|
||||||
const generalTotal = hiddenRectifyList.map((item) => item.generalCount);
|
const generalTotal = hiddenRectifyList.map((item) => item.generalCount);
|
||||||
const generalRectified = hiddenRectifyList.map((item) => (item.generalCount || 0) - (item.generalCountNo || 0));
|
const generalRectified = hiddenRectifyList.map((item) => item.generalCountNo);
|
||||||
|
|
||||||
const option = {
|
const option = {
|
||||||
title: {
|
title: {
|
||||||
|
|||||||
@ -374,6 +374,7 @@ class HomeContent extends React.Component {
|
|||||||
},
|
},
|
||||||
label: { show: true, position: 'top', textStyle: { color: '#000', fontSize: 12 }, formatter: '{c}' },
|
label: { show: true, position: 'top', textStyle: { color: '#000', fontSize: 12 }, formatter: '{c}' },
|
||||||
barWidth: '60%',
|
barWidth: '60%',
|
||||||
|
barMaxWidth: 40,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user