Check the Toolkit version


#1

Hi everyone, I have an app built in React.js and I’m using te toolkit but i need something specific, my question is: Is it possible to easily check the chartfactor toolkit version while app is running?, i need this because we have and UI for show some information about our platform.

Thanks for you help.


#2

Hi @jessica, actually yes, you can, it’s a single piece of code like this:

cf.getVersion()         // Gets the major and minor version
cf.getBuildVersion()    // Gets the build version a datetime UTC in the format YYYYMMDD_HH_MM

For more information about that you can review this link: https://chartfactor.com/doc/latest/versions/


#3

Yes @emoya it help me, was what i was looking for, It seems like I need to pay more attention to the documentation. :sweat_smile:

Thank you