Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Chart not displaying any data

edited Feb 14, 2019 5:04PM in Visual Builder 5 comments

Summary

Chart not displaying any data (based on REST endpoint)

Content

Hi,

I have a REST endpoint providing this format of data

[
    {
        "BalId": "1000003",
        "BalName": "Included Health Checks",
        "CredLimit": "-",
        "CredThres": "-",
        "BalVal": "-5.0"
    },
    {
        "BalId": "1000003",
        "BalName": "Included Health Checks",
        "CredLimit": "-",
        "CredThres": "-",
        "BalVal": "-5.0"
    }
]

I would like to display the balance name on X axis and balance value on Y on a bar Chart

I manage to configure my chart pointing to the endpoint and selecting the fields, but the graph is empty. 

Any idea or example I could follow. It works if I have a business object with some records, but not with that endpoint. 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!