Area Chart / Binding to Remote Data

Description

This example demonstrates binding a Shield UI area chart to a remote endpoint using jQuery.get().
The data is first fetched from the server, and when received on the client browser, it is parsed and passed to the area chart constructor.

Was this example useful?