| Term | Description | |------|-------------| | | A data origin (e.g., REST API, local CSV) | | Blend | Rule to merge fields from ≥2 sources | | Layer | A visual mark (line series, bar set) | | Canvas | SVG or WebGL render target | | Controller | Manages updates, tooltips, zoom |
For further help, consult the official API reference at docs.js-visg-m-s.org or join the community Discord. Remember to check the examples/ folder in the GitHub repository, which contains over 50 runnable demos. js-visg-m-s manual
dashboard.addChart("bar", data: source, category: "product", value: "revenue", stacked: true ); | Term | Description | |------|-------------| | |