Line Chart / Binding to Remote Data

Description

This example demonstrates binding the Shield UI Line Chart widget to a remote endpoint using jQuery.get().
The data is loaded via an AJAX call, and when that operation is complete, the line chart component is initialized.

Was this example useful?