富文本可以直接使用数据表字段
先在数据集里面把它转成分钟,数据标签的时候在JS里面转回时间
-----------
function(){ return (this.value/60).toFixed(0)+":"+this.value%60;}