initial commit with charts and assistant chat

This commit is contained in:
2026-03-02 00:08:19 -04:00
commit d907c5765e
1828 changed files with 50054 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!--
Used as the source of the library's iframe when the iframe_loading_same_origin feature is enabled.
See CL-2137.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sameorigin.html</title>
<script>
window.addEventListener('load', () => {
window.dispatchEvent(new Event('sameOriginLoad'));
});
</script>
</head>
<body>
</body>
</html>