var formatdmm1 = formatdmm.load({
        container: 'id1',//容器
        containerWid: '800',//容器宽度px
        containerHeg: '30',//容器高度px
        startColor: '#73EE22',//开始颜色ec9089
        endColor: '#73EE22',//结束颜色
        countNum: 100,//分隔数
        itemColor: '#ddd',
        maxNumerical: 100,
        direction: 'transverse',//排列方向transverse 横向  ,portrait 纵向
        duration: 500,//每次渲染时长
        callback: function (num) {
            $("#textspan").html(num);
        }//回调函数,将当前进度传出
    });
效果图: