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

Data series descriptor on TS API changed from formatted string to obj… #491

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

simzer
Copy link
Member

@simzer simzer commented Feb 13, 2024

…ect.

@simzer simzer requested a review from dovicsin February 14, 2024 14:50
@simzer simzer marked this pull request as ready for review February 14, 2024 15:23
Comment on lines +246 to +249
else
return seriesList.map((seriesDescriptor) =>
this._normalizeSeriesDescriptor(seriesDescriptor)
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only semantic: if the condition is formatted over several lines, it is not usual to leave out the brackets.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Köszi, ezt most igy hagyom, mert a libben a kód formázást a prettierrel csináljuk, ott kellene majd beállítani rule-t erre.

@simzer simzer merged commit 18e6d7b into vizzuhq:main Feb 15, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants