|
|
|
@ -176,6 +176,10 @@ const horizontalBarChart = (res, ids) => {
|
|
|
|
|
textBorderWidth: 2,
|
|
|
|
|
position:'insideTopLeft',
|
|
|
|
|
padding: [-20, 0, 0, 0],
|
|
|
|
|
formatter:function (params) {
|
|
|
|
|
console.log(dataFormat(xValue)[params[`dataIndex`]])
|
|
|
|
|
return dataFormat(xValue)[params[`dataIndex`]].value
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|