question

Upvotes
Accepted
1 2 1 3

How to embed Graph in the chart div, see the sample code below

We are trying to create an Graph using JET API.
Now the Graph is displayed in a new popup.
We want to embed the Graph with in our application layout.

So in our code, i want to embed the code inside the div.

<div id="chart"></div>

Sample code

<script>
JET.init({ ID: "JETSample", Title: "JET - Getting Started" });
JET.onLoad(initApp);
function initApp() {
JET.navigate({ name: "Graph", entities: [{ RIC: $("#ric").val() }] }) }
</script>
<body> <div id="chart"></div> </body>
eikoneikon-app-studiojavascriptjetweb
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

not sure what you question is about. could you please provide more details?

1 Answer

· Write an Answer
Upvotes
Accepted
4.6k 26 7 22

@infospica

Unfortunately, you can not embed the standard into your own application.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.