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?

Hello @infospica

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

@infospica

Hello again!

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

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.