We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try the following diagram in any renderer, including MermaidChart editor, the entire UI freezes.
if you remove the last couple of entities, then it works OK.
No response
erDiagram Context ||--|| CurrentContextNode : contains Context { Guid transactionGuid string transactionId Instrument2 instrument decimal currentPosition decimal desiredPosition } CurrentContextNode ||--|{ Orders : contains CurrentContextNode ||--|| PreviousContextNode : accesses CurrentContextNode { string contextNodeId string previousContextNodeId string algoId IList~Order~ orders "List of Orders" } PreviousContextNode { string contextNodeId string previousContextNodeId IList~Order~ orders } Orders { int orderId string orderRef IList~OrderHistory~ orderHistory "Order Adjustment History" } Orders ||--o{ OrderHistory : contains OrderHistory { int orderId string orderRef string status }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When I try the following diagram in any renderer, including MermaidChart editor, the entire UI freezes.
if you remove the last couple of entities, then it works OK.
Steps to reproduce
Screenshots
No response
Code Sample
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: