-
Notifications
You must be signed in to change notification settings - Fork 319
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
Add Table panel support #81
Conversation
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.
Thanks! I can definitely see how this would be useful, but I've got a couple of questions.
class Column(object): | ||
"""Details of an aggregation column in a table panel | ||
|
||
:param style: shorthand for specifying a style that maps to this column |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
'decimals': self.decimals, | ||
'thresholds': self.thresholds, | ||
'unit': self.unit, | ||
}) |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
if style.pattern and style.pattern != column.text: | ||
raise ValueError("Column style pattern must match the column name if specified") | ||
style.pattern = column.text | ||
styles.append(style) |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Thanks for getting back to me @mikebryant. Sorry for the delay in replying. I'm going to be away until Oct 30, so probably won't have a chance to give this the review it deserves until then. |
I haven't abandoned this. I'm mucking around with it when I get the chance to get my own thinking clear. |
Superseded by #104 |
No description provided.