10 2018 档案

摘要:实时折线图 option = { backgroundColor:'#2B2B2B', tooltip: { trigger: 'axis' }, legend: { data:['频率'], textStyle:{ color:'#FFF', fontSize:20 } }, xAxis: { t 阅读全文
posted @ 2018-10-25 12:01 surfaces 阅读(1469) 评论(0) 推荐(0)
摘要:画一个点 /** * 创建一个点 * @param x * @param y * @param radius * @param options */ drawPoint(x: number, y: number, radius: number, options?: OptionProps) { co 阅读全文
posted @ 2018-10-12 13:42 surfaces 阅读(578) 评论(0) 推荐(0)