Issue with Lens

Dear community,
After a migration from version 7.17 to 8.15.3, I have an issue with some visualization.
For example in the discover, the chart is not working anymore:

If I go on lens and display the result by table I got the data:

So far, table, treemap, pie and maps are working but not the bar chart.
If I inspect response I got results:

As if Kibana no longer rendered graphics...
Thank you for you help

Hi @QwerFact

are you able to inspect the request for the Discover Histogram? Does it resolve?

Hello Marco,
Thank you for your swift reply.
I did an inspection of the query and reply:

The request:

And the reply:

Only the chart is broken the document are retrieved:

When I drill down into Lens:

If I switch to table:

Interesting.
Is there any error in the dev JS console by chance?

Maybe it is a browser compatibility issue:

Based on the documentation:

The version installed is Chrome 108. I will try to update the browser.
Thank you for the suggestion. I will keep you posted.