Skip to content

Commit f5c660d

Browse files
fix: add advanced layers and sources
1 parent ff1b35e commit f5c660d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eoxelements/chart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from ._version import __eox_chart_version__
55

66
chart_esm = f"""
7+
import "https://cdn.jsdelivr.net/npm/@eox/chart@{__eox_chart_version__}/dist/eox-map-advanced-layers-and-sources.js";
78
import "https://cdn.jsdelivr.net/npm/@eox/chart@{__eox_chart_version__}/dist/eox-chart.js";
89
910
export function render(view) {{

0 commit comments

Comments
 (0)