// add your additional code here
meanCheck: function(args) {
this.data.push({
x: "Received",
y: 9.75,
text: "$0.00",
});
this.data.push({
x: "Remain",
y: 0,
text: "$9.75",
});
}, },
// add your additional code here |