move to iife rather than es, add support for Wx and streamlit
This commit is contained in:
@ -3,11 +3,7 @@
|
||||
<head>
|
||||
<title>lightweight-charts-python</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": { "lightweight-charts": "./lightweight-charts.js" }
|
||||
}
|
||||
</script>
|
||||
<script src="./lightweight-charts.js"></script>
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
body {
|
||||
@ -21,7 +17,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="container"></div>
|
||||
<script type="module" src="./bundle.js"></script>
|
||||
<script src="./bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user