v0.14.15
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!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 history-chart-card public-custom-chart-card" aria-live="polite">
|
||||
<div class="chart-title-row">
|
||||
<div>
|
||||
<h3 id="publicChartTitle">Custom chart</h3>
|
||||
<p id="publicChartHint">Loading…</p>
|
||||
</div>
|
||||
</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>
|
||||
Reference in New Issue
Block a user