Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How do you visualize an array as like a literal table, rather than a graph? #223

Open
DChau38 opened this issue Apr 3, 2024 · 2 comments

Comments

@DChau38
Copy link

DChau38 commented Apr 3, 2024

No description provided.

@williamli0707
Copy link

you can provide json into the visualizer in table format - TableVisualizationData in the schema file.

a json that would work might be

{
    "table": true
    "rows": [
        {
            "prop1": 123, 
            "prop2": "abc"
        }, 
        {
            "prop1": 123, 
            "prop2": "abc"
        }
    ]
}

@burtonrodman
Copy link

sorry to be the dumb one, but I don't understand how to do this.

I'm in a C# project and I simply want to visualize a list in a table. It defaults to a node graph (which is useless for my scenario) and I don't see how to switch the view.

thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants