mirror of
https://github.com/pyecharts/pyecharts.git
synced 2026-01-18 16:52:31 +00:00
17 lines
270 B
HTML
17 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Proudly presented by ECharts</title>
|
|
{% for jsfile_name in script_list %}
|
|
<script src="{{host}}/{{jsfile_name}}.js"></script>
|
|
{% endfor %}
|
|
</head>
|
|
|
|
<body>
|
|
{{myechart|safe}}
|
|
</body>
|
|
|
|
</html>
|