we are new to FMBF… evaluating the tool since 10 days now (2 devs, one with average html/js backgrounds)…
so far we were able to build a simple mockup for a mobile app to access our business application…
we are able to manipulate lists, forms and master detail due, and store datas to avoid reloading when navigating from list to form…
the first question we have is how to implement the chartJS library (with vue-chartjs). we are very familiar with this tool we use for a long time in our FileMaker Solution
we know how to do it in a classic web environment using visual code, but we don’t see how to put it or connect it with FMBF
Then typically in the onFormLoad actionScript in BF you would run some JS that invokes the chart.
The example I added does not need to initialize the chart library because it is already a Vue component. You could use Vue-chartjs or just the ChartJS CDN directly.