Load external data
In production environments or when accessing remote servers, the <script type="data">
with the src
attribute makes it very easy to indicate the source of the data. By utilizing these attributes, you can seamlessly incorporate external data into their visualization.
To streamline the process further, it is even possible to forego the explicit use of the script
tag. Instead, designer and developers can directly include the data-src
properties within the g-composer
component itself, simplifying the overall structure of the code.