Skip to content

Commit e65a8fc

Browse files
committed
Updates
1 parent 41d1158 commit e65a8fc

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

index.html

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<title>Rendering Speed | LightningChart JS Showcase</title>
8-
<style>
9-
html,
1+
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Rendering Speed | LightningChart JS Showcase</title><style>html,
102
body {
113
height: 100%;
124
margin: 0;
@@ -31,24 +23,9 @@
3123
}
3224
.hidden { width: 0px; height: 0px; }
3325
.grow { transition: all .2s ease-in-out; }
34-
.grow:hover { transform: scale(1.2); }
35-
</style>
36-
<script src="polyfill.min.js"></script>
37-
</head>
38-
<body>
39-
<div
40-
id='chart-container'
41-
></div>
42-
<a id="github-link" href="https://github.com/Arction/lcjs-showcase-renderingSpeed">
43-
<img id="github-link-image" class="grow" src="./GitHub-Mark-White-32px.png"/>
44-
</a>
45-
<script type="text/javascript">
46-
// Hide Github link if we think we are inside an iframe.
26+
.grow:hover { transform: scale(1.2); }</style><script src="polyfill.min.js"></script></head><body><div id="chart-container"></div><a id="github-link" href="https://github.com/Arction/lcjs-showcase-renderingSpeed"><img id="github-link-image" class="grow" src="./GitHub-Mark-White-32px.png"/></a><script>// Hide Github link if we think we are inside an iframe.
4727
if ( window !== window.top ) {
4828
// Inside iframe.
4929
const githubLinkImage = document.getElementById( 'github-link-image' )
5030
githubLinkImage.className += ' hidden'
51-
}
52-
</script>
53-
<script type="text/javascript" src="vendors~main.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
54-
</html>
31+
}</script><script src="vendors~main.bundle.js"></script><script src="main.bundle.js"></script></body></html>

main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendors~main.bundle.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)