Changing the loading animation in apex_charts

Hello,
I have an sensor that updates once a day att 01:00 PM. (Tomorrow’s electricity prices).
I am using apexcharts-card to visualize it and it works good.

The problem is that there is not data until 01:00 PM, so the charts just keeps loading until the data arrives. Is it possible to replace the “Loading” text to “Waiting for data to arrive at 01:00 PM” or something?
Or if could just update the chart once at 01:00 PM every day?

I found a solution my self

apex_config:
  noData:
    text: New loading text
    style:
      fontSize: 17px
      color: grey

:slight_smile:

1 Like

Found the answer, anyways thanks for pointing to the correct path. Got it working :slightly_smiling_face: