-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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'

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

These and other queries have missing color, connecting lines, shape composition/placement, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels