Float truncated in Dashboard

Hello,

We have started adding Latitude and Longitude fields to OpenSearch docs. These are a float with 5 decimal places, but our dashboard is only showing 3 decimal places.

Cheers,
Eddie.

@big-edd Which visualization did you use to represent these numbers?

The dash was created by someone else who cannot remember for sure, but “Data Table” is likely to have been the one selected.

Would it help if I show you the ndjson from an export of the offending object?

{
    "attributes": {
        "columns": [
            "_source"
        ],
        "description": "",
        "hits": 0,
        "kibanaSavedObjectMeta": {
            "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"highlightAll\":true,\"version\":true,\"aggs\":{\"2\":{\"date_histogram\":{\"field\":\"@timestamp\",\"fixed_interval\":\"30m\",\"time_zone\":\"Australia/Perth\",\"min_doc_count\":1}}},\"filter\":[],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"
        },
        "sort": [],
        "title": "disc-smtp_data",
        "version": 1
    },
    "id": "99f249e4-094e-4fd9-85d1-95ec655a139a",
    "migrationVersion": {
        "search": "7.9.3"
    },
    "references": [
        {
            "id": "dc3601f1-1597-4cf9-a645-daa8699a7113",
            "name": "kibanaSavedObjectMeta.searchSourceJSON.index",
            "type": "index-pattern"
        }
    ],
    "type": "search",
    "updated_at": "2024-07-30T07:31:58.463Z",
    "version": "WzMsOF0="
}
{
    "exportedCount": 1,
    "missingRefCount": 0,
    "missingReferences": []
}