How create multiple Y axies line chart using chart.js & airtable?

Hi,

I’m trying to create multiple Y axis line chart using chart.js & airtable. i can make multiple Y axe’s chart using hardcoded values. but I don’t know how to integrate it with airtable.

please help me to do this. Please give me sample code. It will helpful for me

Hey @chanaka :wave:

You’ll probably need to map Airtable’s data to the ChartJS plugin using workflows.

Our charting library is based on chartjs, a popular JS charting library, which docs are available here: Chart.js Samples | Chart.js

Feel free to check which data type you need in their docs and then transform it in WeWeb before binding it to the chart plugin!