Files
gree-controller/web/custom-chart.html
T
2026-09-17 09:16:51 +02:00

47 lines
1.9 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="theme-color" content="#151515" id="themeColorMeta">
<meta name="referrer" content="no-referrer">
<link rel="icon" href="__GREE_BASE_PATH__/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="__GREE_STYLES_ASSET__">
<script src="__GREE_THEME_INIT_ASSET__"></script>
<title>GREE Controller · Custom chart</title>
</head>
<body class="public-custom-chart-page">
<main class="public-custom-chart-shell">
<section class="panel chart-panel chart-card public-custom-chart-card" aria-live="polite">
<div class="chart-title-row public-chart-title-row">
<div class="public-chart-heading">
<h3 id="publicChartTitle">Custom chart</h3>
<p id="publicChartHint">Loading…</p>
</div>
<label class="public-chart-range-control">
<span id="publicChartRangeLabel">Range</span>
<select id="publicChartHours" aria-label="Chart range">
<option value="6">6 hours</option>
<option value="24">24 hours</option>
<option value="168">7 days</option>
<option value="720">30 days</option>
<option value="2160">90 days</option>
<option value="8760">1 year</option>
</select>
</label>
</div>
<div class="chart-wrap public-custom-chart-wrap">
<canvas id="publicCustomChart" width="1200" height="520" tabindex="0" aria-label="Custom chart"></canvas>
<div class="chart-hover-line" hidden></div>
<div class="chart-tooltip" hidden></div>
</div>
<div class="legend" id="publicCustomChartLegend"></div>
<div class="public-custom-chart-error" id="publicChartError" hidden></div>
</section>
</main>
<script src="__GREE_CUSTOM_CHART_ASSET__"></script>
</body>
</html>