Use WIX code to control WIX APP (ChartNinja&Visual Stat Bar)

Hello! I have a question here!

I wrote some functions to calculate some numbers in wix code, and now I want to display the number that I calculated on a graph in ChartNinja & Visual Stat Bar. How can I do that with visualStatsBar and ChartNinja?

For example, if the user input values are 3 and 5, and the function I wrote can give them 15, how can I put this “15” that I calculated into the graph based on my user input?

Please helppppp! Thank you so much!

Hi,

You can add the code snippet generated by Visual Stat Bar and/or Chart Ninja into an HTML component and communicate with the page using postMesasge.

Also check out this article :

and this example:

Thank you so much! I figured it out!

Those links are not active anymore, where can I find that information?