-
Notifications
You must be signed in to change notification settings - Fork 58
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
graph widget thoughts #86
Comments
We can add a Feel free to create a PR with scss clean up changes. Concerning the |
for for the value... I see little downside to allowing the author to specify a value from the job here. If they change it to be, for example, a MAX(), then the addition of the |
Moving from the text widget changes I did, I am going to focus on Graph now. These are some thoughts and I am looking for feedback from the community:
value
- is currently calculated in the widget as the last value of thepoints
passed from the job. I think this could be more flexible by allowing the author to decide what value is displayed (like maybe it's a max for the time series, or min, or avg... you get the idea). I propose that I add a data property to be passed from the job likebroadcast! %{value: <some#>, points: ...}
add in
moreinfo
andupdated-at
to the widget for consistency. With text (and eventually others) widget. The issue here is that the x-axis text is where we normally put these fields. I could put these field underneath the x-axis labels? Or above? Or... thoughts?title
andmoreinfo
allow to be passed dynamically from the job as we did with text widget.SCSS needs a little clean up. For instance there is a
.more-info
class that overrides the one inapplication.scss
whereas the text widget does not override in the widget stylesheet.That's all I have at the moment.
The text was updated successfully, but these errors were encountered: