1***@qq.com
1***@qq.com
  • 发布:2022-01-11 14:43
  • 更新:2022-01-11 14:43
  • 阅读:421

微信小程序中使用会跟随页面滚动

分类:uni-app

把秋云组件放到组件中调用,页面滑动的时候,折线图也会跟随滚动

<qiun-data-charts type="area" :canvasId="canvasId()" :ontouch="true" :chartData="data" background="#1A202C" :opts="{  
            legend:{show:false},  
            fontColor: '#7D8391',  
            dataLabel: false,  

            color:['#F2C82E','#FFE587'],  
            title: {  
               name:''  
            },  
            enableScroll: true,  
            xAxis: {scrollShow: false,itemCount:3},  
            yAxis: {scrollShow: false,},  
            padding:[30,15,5,10],  
            extra:{  
                area: {  
                    type:'curve'  
                }  
            },  
        }" />
2022-01-11 14:43 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复