What the JS libraries available to use in analysis?

Hi, guys!

I know we can use some libraries like axios or dayjs in analysis just call them with “require”.

const axios = require("axios");

I just to know all the libraries available to use in analysis, a simple list or something like that.

Do you guys can help me with this?

Hi Juilhermes!

Using JavaScript you can utilize any library you wish. All you have to do is use the analysis builder on your analysis before using it internaly at TagoIO.

I recomend you watch lesson Hands-on: Generating .csv reports – Demo from the Learning Center. At 21:00 he talks about the analysis builder.

- Note that Python doesn’t have this analysis builder and this is only avaliable for Javascript.

Thanks for the answer, I will check that lesson!

No problem Julihermes, I’m happy to help.

Quick update, Our learning center can found here: Academy | TagoIO