Column graph from mqtt data

I’m interested to graph the cell voltage from all 96 individual cells of my home battery in a column graph. The battery is visible in HA but gives 96 separate sensors. MQTT Explorer shows:

{
  "cell_voltages": [
    3.847,
    3.847,
    3.839,
    3.847,
    3.847,
    3.843,
    3.847,
    3.847,
    3.843,
    3.843,
    3.842,
    3.843,
    3.843,
    3.839,
    3.839,
    3.843,
    3.838,
    3.834,
    3.846,
    3.839,
    3.839,
    3.843,
    3.843,
    3.843,
    3.843,
    3.834,
    3.834,
    3.843,
    3.843,
    3.838,
    3.846,
    3.843,
    3.834,
    3.838,
    3.838,
    3.843,
    3.847,
    3.843,
    3.842,
    3.839,
    3.843,
    3.843,
    3.847,
    3.843,
    3.839,
    3.839,
    3.839,
    3.84,
    3.847,
    3.851,
    3.847,
    3.847,
    3.847,
    3.847,
    3.851,
    3.851,
    3.847,
    3.847,
    3.843,
    3.844,
    3.847,
    3.843,
    3.847,
    3.847,
    3.834,
    3.838,
    3.846,
    3.843,
    3.843,
    3.847,
    3.838,
    3.843,
    3.839,
    3.834,
    3.834,
    3.839,
    3.809,
    3.818,
    3.843,
    3.847,
    3.839,
    3.843,
    3.838,
    3.847,
    3.847,
    3.843,
    3.825,
    3.839,
    3.847,
    3.847,
    3.846,
    3.847,
    3.839,
    3.847,
    3.847,
    3.843
  ]
}

where to go from here?