Welcome to the Highcharts Grid Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

data.remote.dataSource.urlTemplate

The URL template to be used to fetch data from the remote server. Available template variables:

  • page - The current page number.
  • pageSize - The current page size.
  • offset - The current offset ((page - 1) * pageSize).
  • limit - Alias to pageSize.
  • filter - The filter conditions.
  • sortBy - The sort by conditions.
  • sortOrder - The sort order.

Example: https://api.example.com/data?page={page}&pageSize={pageSize}

This list can be extended by adding custom template variables to the templateVariables option.