Zeu.js實時監(jiān)控可視化組件庫
Zeu.js 是一個 JavaScript 庫,其中包含一系列預構建的可視化組件,用于構建實時 TV 儀表板,監(jiān)控 UI 和物聯網Web界面。
使用教程
快速創(chuàng)建一個文字儀表盤
// Create a Zeu TextMeter.
var textMeter = new zeu.TextMeter('text-meter');
// Update display and percentage value.
textMeter.displayValue = 'ZEU';
textMeter.value = 50;
更多組件展示
評論
圖片
表情
