-
Notifications
You must be signed in to change notification settings - Fork 67
Support gravity-charts in ChartAlert #3345
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
base: main
Are you sure you want to change the base?
Support gravity-charts in ChartAlert #3345
Conversation
|
📦 Statoscope quick diff with main-branch: ⏱ Build time: 154 ms (0.28%) ⚖️ Initial size: 0.00 kb (0%) 🕵️ Validation errors: 0 Full Statoscope report could be found here |
|
|
|
207f4e0 to
58a47de
Compare
5dd684a to
c9df34d
Compare
| return false; | ||
| } | ||
|
|
||
| return Boolean(get(value, 'data.series.data')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is better to check by the entry type
No description provided.