An example showing the capabilities of VizHub:
- Loads D3 via UNPKG (pinned at v6, since this runtime
environment only supports UMD, and in v7 D3 dropped UMD
support)
- Demonstrates use of
import
from "d3"
.
- Demonstrates use of
import
from local ES6 modules.