Apex Chart donut card not working

Hello,
I have been using apex charts donut card and after updating to 2023.3 it is no longer working.
Here is the output:


or this in the editor:

the config:

chart_type: donut
header:
  show: true
  title: 00:00 - 00:09 Power Consumption Breakdown
  colorize_states: true
color_list:
  - rgb(252, 214, 99)
  - rgb(52, 152, 218)
  - rgb(231, 76, 60)
  - rgb(155, 89, 182)
  - rgb(255, 0, 100)
  - rgb(46, 204, 113)
  - rgb(26, 188, 156)
  - rgb(52, 73, 94)
  - rgb(230, 126, 34)
  - rgb(127, 140, 141)
series:
  - entity: input_number.00_09_boiler_supply
    name: Boiler Supply
  - entity: input_number.00_09_downstairs_lights
    name: Downstairs Lights
  - entity: input_number.00_09_downstairs_sockets
    name: Downstairs Sockets
  - entity: input_number.00_09_fridge_and_garage
    name: Fridge & Garage
  - entity: input_number.00_09_kitchen
    name: Kitchen
  - entity: input_number.00_09_kitchen_lighting_and_understair_lighting
    name: 'Lighting: Kitchen & Understair'
  - entity: input_number.00_09_ring_kitchen_and_dining
    name: Ring Kitchen & Dining
  - entity: input_number.00_09_upstairs_lights
    name: Upstairs Lights
  - entity: input_number.00_09_upstairs_sockets
    name: Upstairs Sockets
  - entity: input_number.00_09_washer_dryer
    name: Washer Dryer

Thanks,
cooltings

It is working fine here:

I’m running Home Assistant v2023.4.4 and ApexCharts card v2.0.4.

what home assistant and apex version are you on?

I’m running Home Assistant v2023.4.4 and ApexCharts card v2.0.4.

very weird could you post your code for your card just in case i have done some thing wrong thanks

This is my dashboard using that card:

I have it working in chrome just not in safari