Skip to content

Queries aren't visualizing properly #6

@SkylerAusten

Description

@SkylerAusten

When I visualize queries, the images appear to be generating incorrectly. Here are two queries to the Chinook DB:

SELECT T1.Title FROM Album AS T1 INNER JOIN Artist AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = 'U2'
Image

SELECT Title FROM Album WHERE ArtistId IN (SELECT ArtistId FROM Artist WHERE Name = 'U2')
Image

These and other queries have missing color, connecting lines, shape composition/placement, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions