Dashboard demo?

Hello @jdcryer , can you try to change “onLoaded” event with “onInit” event like this (steps in the screenshots below)?

  1. After expanding the function event, drag & drop the event “onInit”:

  2. Click on “X” in “onLoaded” to remove it and remain “onInit”:

  3. Save & preview the page.

  4. Result: Double bar chart displayed with an object result:

Yes that works and now I can get 2 graphs from the same object, which was the objective:

Is there a technical explanation for this?

Hello @jdcryer,

For the “onLoad” not worked, I confirm that there is a bug in the custom component because it loads an undefined value for the object.

If it is possible, you can declare that issue in this link: “Repo Issues”. The developer of that custom component will fix it. Once it’s fixed, a new release of the custom component will be created.

There is a provisional solution is to give an initial value with empty collection of desired attributes to the object Qodly source like this:

Best regards.

Hello @jdcryer,

the bug is fixed in the last release

Ayoub