How to embed Chart/ Quote app in my app page?

I am currently working on an application on app studio with Web SDK.

May I know if I can embed a Chart or Quote on my application page? I saw there is an example by using iFrame but seems it can only works on Webpage but not application.

Best Answer

  • @Zhen Yi.Li this is not technically possible, but you have two choices here:

    • share your app context with a chart and a quote app in link mode, and run three apps in the workspace (recommended);
    • get the real-time snapshot and the time series using the data api and visualise it yourself.