Main public logs
Appearance
Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:23, 7 August 2024 Torben talk contribs created page ECharts (Created page with "=Apache ECharts= // init const myChart = echarts.init(document.getElementById('div_chart_24h')) // Load data from a local JSON file in same dir fetch('MT681_watt_24h.json') .then(response => response.json()) .then(rawData => { // raw: {"1720724640000":54.0,"1720724760000":53.5,...} // Convert data to ECharts format (x: timestamp, y: value) and set name to time const seriesData = Object.entries(rawData).map(([timestamp, value]) => ({ nam...")