Commit Graph

56 Commits (00a07c855de70745ba757508f90893525f113a17)

Author SHA1 Message Date
Šimon Podlipský 00a07c855d Fix: Table Panel and string values & numeric formatting (#16249) 6 years ago
Peter Holmberg 8a396acdb4
fix(panel/table): Fix for white text on white background when value is null 6 years ago
ryan b2a7891b08 move stringToJsRegex 6 years ago
ryan fe22d14e93 cell builder cleanup 6 years ago
ryan e1324289c8 rename to Table 6 years ago
ryan d7b1fd75e3 move to grafana/ui 6 years ago
ryan 32543cac10 use typescrit in angular table 6 years ago
Dominik Prokop 6b1390b972 Update types and themes usage in components 6 years ago
Jeff Hage f13018ce05 Replace usages of kbn.valueFormats with ui/getValueFormat 6 years ago
Dominik Prokop e5f74fdf93 Rename colorsPalette util to namedColorsPalette 6 years ago
Dominik Prokop 84caf0bc9d Make named colors usable in angular code pt 1 6 years ago
Daniel Lee 0ebd5e0c80 table: fixes #14484. Renders epoch string if date column style 7 years ago
Anton 355e76a48e Fix cell coloring 7 years ago
Anton 6092fa4dc3 Fix bug with background color in table cell with link 7 years ago
Patrick O'Carroll f8c2b23c86 added rule use-isnan and and updated file to follow new rule (#13117) 7 years ago
Patrick O'Carroll 7837ee4466 Updated rules for variable name (#13106) 7 years ago
Patrick O'Carroll b494a29e02 changed var to let in last files (#13087) 7 years ago
Patrick O'Carroll a702603e7b changed var to const 2 (#13068) 7 years ago
Torkel Ödegaard 9b978b7203
tslint: autofix of let -> const (#13033) 7 years ago
Marcus Efraimsson 36e808834d don't render hidden columns in table panel (#12911) 7 years ago
Patrick O'Carroll ff0ca6b7e2 added two new classes for color, fixed so link has value color 7 years ago
Patrick O'Carroll 36d981597e removed table-panel-link class and add a class white to modify table-panel-cell-link class 7 years ago
Patrick O'Carroll d4d896ade8 replaced style with class for links 7 years ago
Patrick O'Carroll 4b8ec4e323 removed a blank space in div 7 years ago
Patrick O'Carroll 7b5b94607b fixed color for links in colored cells by adding a new variable that sets color: white when cell or row has background-color 7 years ago
Angrite e52aceeaba Fix for #10078: symbol "&" is not escaped (#10137) 7 years ago
Marcus Efraimsson f673ec16d1 table panel: additional fixes for value to text mapping 7 years ago
aandrew 67f0382222 add value to text mapping 7 years ago
Torkel Ödegaard 3a1f52d8a2 prettier: ran on all files again, sorry. now settings are defined in package.json 8 years ago
Torkel Ödegaard fadfc665e4 tech: ran pretttier on all typescript files 8 years ago
Marcus Efraimsson ecbe7d06a6 fix: Table panel now renders annotations correctly. Fixes #9842 (#9868) 8 years ago
Torkel Ödegaard 4aa227dd84 [Tech]: Start migrating to Jest for tests (#9610) 8 years ago
Torkel Ödegaard c7959ff06e fix: Using table cell links and ad hoc filters together now works & looks correct, fixes #8052 8 years ago
Torkel Ödegaard a5d5f3d82f feat: add ad hoc filters directly from table panel cells, kibana 3 style, #8052 8 years ago
Alexander Zobnin 9bbc942534 table-panel: clickable cell link - draft (#8738) 8 years ago
Alexander Zobnin 1deeef9e91 Table panel: add option for preserving text formatting (#8708) 8 years ago
Dan Cech 29653d2bec refactor and add column alias tests 8 years ago
Dan Cech b1691f1cd1 add support for column aliases in table panel 8 years ago
Carl Bergquist 2bdb2f79ec fix(table): renderes empty date column as '-' (#6736) 9 years ago
slqgsm e17b1548e8 Release there were some issues with the way removing columns was being implemented. 9 years ago
Torkel Ödegaard 65683ab241 feat(table): added sanitize html option to column styles for table panel, fixes #4596 9 years ago
Kimmo Huoman 522a3408e9 Export CSV in the same format as presented in Table panel. Fixes issue #5372. 9 years ago
Torkel Ödegaard 5ffd57695c feat(table): added support for column units overriding style units for table 9 years ago
Torkel Ödegaard 723bfa70db fix(table panel): fixed issue with string array formating, fixes #4791 9 years ago
Torkel Ödegaard b30b78e442 feat(preferences): got timezone option to work on org and profile level, as well as dashboard 9 years ago
bergquist e7ff018487 feat(table): uses lodash to escape html 9 years ago
bergquist ddb1d0c684 fix(table): escape / chars as well 9 years ago
bergquist 7d89cf228c fix(table): remove html for htmlencoding option 9 years ago
bergquist 5775c0a341 feat(table): remove option to disable html encoding 9 years ago
bergquist d750908e36 feat(table): escape html by default 9 years ago