Compare commits
No commits in common. "c2e901e4bc8e19ef20e3110e3e063e1056d3b572" and "04e98ab1db4f2a14d9278326fd1062f5557ce1ce" have entirely different histories.
c2e901e4bc
...
04e98ab1db
@ -84,9 +84,8 @@ const dataSerie = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default (data) => {
|
export default (data) => {
|
||||||
// title.text =
|
title.text =
|
||||||
// (100 * (+data.nowProduction / +data.targetProduction)).toFixed(0) + "%";
|
(100 * (+data.nowProduction / +data.targetProduction)).toFixed(0) + "%";
|
||||||
title.text = (data.nowProduction || 0) + '片';
|
|
||||||
dataSerie.data[0].value = data.nowProduction;
|
dataSerie.data[0].value = data.nowProduction;
|
||||||
dataSerie.data[1].value = data.targetProduction - data.nowProduction;
|
dataSerie.data[1].value = data.targetProduction - data.nowProduction;
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user