How to create a stacked Bar Chart?

Hi,

I am using Grafana 7 with Azure KQL to plot a stacked bar graph.

Result Table in ADX:

API response:
1. 0: {name: “{ “p95”: {“Country”:“United States”} }”, points: [[10.277, 1599187273345]],…}
2. 1: {name: “{ “p95”: {“Country”:“Australia”} }”, points: [[9.247, 1599187273345]],…}
3. 2: {name: “{ “p95”: {“Country”:“Ireland”} }”, points: [[9.07, 1599187273345]], tags: {Country: “Ireland”}}
4. 3: {name: “{ “p95”: {“Country”:“Singapore”} }”, points: [[21.201, 1599187273345]],…}
5. 4: {name: “{ “p95”: {“Country”:“India”} }”, points: [[23.83, 1599187273345]], tags: {Country: “India”}}
6. 5: {name: “{ “s95”: {“Country”:“India”} }”, points: [[6.376, 1599187273345]], tags: {Country: “India”}}
7. 6: {name: “{ “s95”: {“Country”:“United States”} }”, points: [[3.28, 1599187273345]],…}
8. 7: {name: “{ “s95”: {“Country”:“Australia”} }”, points: [[6.429, 1599187273345]],…}
9. 8: {name: “{ “s95”: {“Country”:“Ireland”} }”, points: [[1.955, 1599187273345]],…}
10. 9: {name: “{ “s95”: {“Country”:“Singapore”} }”, points: [[8.558, 1599187273345]],…}

Expected:

Actual:

NOTE: There is no stack option in Display settings of panel.