Skip to content
New issue

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

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

Already on GitHub? Sign in 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 · 1 comment

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"
        }
    ]
}

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

No branches or pull requests

2 participants