Questions tagged [apex]

Apex is a robust object-oriented programming language that enables developers to run flow and transaction control statements on the server of the Force.com platform while also making calls to the Force.com API. It should be noted that Apex should not be mistaken for Oracle Application Express (APEX), which pertains to a different technology altogether. If you have questions related to Oracle APEX, please utilize the tag [oracle-apex].

unable to transfer Vuex store information to the graph

Currently, I am facing an issue with passing my vuex store data into my apexcharts graph. Despite my efforts, it seems like the data is not being displayed correctly. Can anyone provide guidance on what I might be doing wrong? My main objective is to updat ...