鴻蒙第18課手表心率曲線圖

1.hml

2.css

3.js

export default {

? ? data: {

? ? ? ? title: 'World',

//? ? ? ? 圓形選擇器

? ? options:{

? ? ? ? xAxis:{},

? ? ? ? yAxis:{min:0,max:230}

? ? },

//? ? ? ? 數(shù)據(jù)集

? ? ? ? datasets : [{

? ? ? ? gradient:true,? //設(shè)置是否顯示為漸變的顏色

? ? ? ? data:[50,90,120,115,99,120,126,116,105,104,122,109,111]

? ? }]

? ? },

? ? onInit(){

//? ? ? ? 循環(huán)100次 將隨機(jī)數(shù)放到數(shù)組內(nèi)

? ? ? ? for (var i = 0; i < 100; i++) {

//? ? ? ? ? ? ? ? 把數(shù)組的內(nèi)容填滿

? ? ? ? ? ? this.datasets[0].data.push(this.getRandInter(80,200));

? ? ? ? }

? ? },

//js中隨機(jī)生成的函數(shù)? min? max(都包括 )的一個隨機(jī)數(shù)

? ? ? ? getRandInter(min ,max){

? ? ? ? ? ? return Math.floor(Math.random()*(max-min+1))+min;

? ? ? ? }

}

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容