<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">​Hello everyone,</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px"><br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">Some questions over using the ParaViewWeb API, related to state and data models:<br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px"><br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">- What is the suggested procedure for loading our own data into a paraviewweb viewer/diagram? Specifically, do we have to create our own JSON for the state models based on the visualization
 components that we desire, and then load that using the CompositeClosureHelper.newInstance method, with the desired providers in the closure? Or are there other recommended workflows?<br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px"><br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">- It seems like these state models are distinct from any ParaView format. Is that correct?<br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">​<br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">- What about constructing our own QueryDataModel? Looking at the constructor, it seems like you need to have the data fields specified in JSON. Do we write these JSON ourselves, like
 the ones available in tonic.io? <br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px"><br>
</p>
<p style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">- Also, it looks like LineChartViewer follows a different pattern than other viewers, like ChartViewer, for example. The constructor doesn't take in a DataModel, rather just some data
 in an array. Does that mean that this Viewer isn't designed to be used like the others, perhaps just intended to be used in conjuction?<br>
</p>
<p><br>
</p>
<p>Thanks much,<br>
</p>
<p>Mike<br>
</p>
</body>
</html>