Skip to content

Retrieving Datasets from Databases

cvasseng edited this page Nov 4, 2016 · 1 revision

The Highcharts Editor is completely client-side, and as such does not have any native way of connecting directly to databases.

However, if your dataset is exposed as an HTTP API, a custom data import plugin can be written to retrieve your datasets.

See the plugin system overview for more info.