Hello All,
We have been working on a few modules lately, one of them being an Apex Charts module. We have been using this module for certain clients for the last few months, and in a few home automation systems, mine included. We will be releasing the source code for these modules in the coming weeks, just working on a website and the github. Commercial support is also available through an integration partner.
Hi there,
I am having issues getting apexcharts-card working. I am using HAOS. The module was installed over HACS. It shows in HACS as not loaded.
I added the resource to resources, restarted HA, but it still shows as not loaded. I am getting out of ideas. Do someone know how to get it working?
So I do the restart...and the cards are still not updating. I select the actual sensor to see if it's updated, and it's current. I then look at the card again and it's completely incorrect. I check around and my other history cards are working, as are statistics cards. It's JUST the apex cards.
More often than not the data you will be working with will not fit nicely into one of the molds that Apexcharts expects. Shaping the data to fit into one of these molds is the core of the work involved in getting up and running with this charting library.
This is because the docs were written with vanilla JavaScript application in mind. We are working with React, so we define the width, height, and type by passing them in as props to the ReactApexCharts component. We will see how this works in the next section.
760c119bf3