Ryan McKinley
4f13e78d11
Chore: Avoid explicit React.FC<Props> when possible (round 2) ( #64749 )
2023-03-15 16:56:09 +02:00
Victor Marin
e1bc3fad83
Heatmap: Migrate to CUE ( #62173 )
...
* IP migrate heatmap to cue
* WIP
* refactor
* change usages and refactor panelcfg
* CR modifications and docs
* refactor, enable heatmap cue generation, overwrite enum values in types.ts
* small refactor
* refactor types.ts
* cr modifications
* docs
2023-03-01 17:47:21 +02:00
Ryan McKinley
4a8763d7b6
Heatmap: Support heatmap rows with non-timeseries X axis ( #60929 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-02-01 15:16:34 -08:00
Torkel Ödegaard
bd90a6e1be
Transformations: Add context parameter to transformDataFrame and operators ( #60694 )
...
* Transformations: Add context parameter to transformDataFrame and operators
* Remove unused queries prop
* Fixed test
* Fixed test
2023-01-05 17:34:09 +01:00
Leon Sorokin
b439fd56d8
Heatmap: Fix bottom bucket range in tooltip ( #60562 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-12-23 12:56:07 -06:00
renovate[bot]
e84a01e870
Update jest monorepo to v29 ( #58261 )
...
* Update jest monorepo to v29
* update snapshots + wrap test in act
* fix linting errors: jest.mocked now defaults to deep mocking
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-11-24 14:00:41 +00:00
Leon Sorokin
8ee0555bac
TimeSeries: Implement auto decimals for y axes ( #52912 )
2022-07-28 02:58:42 -04:00
Leon Sorokin
d32ec75661
HeatmapNG: expand log y axis min/max config to full powers ( #51472 )
...
also fix x bucket count setting for calculate (regressed in #51089 )
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-06-28 19:13:13 -05:00
Leon Sorokin
89b150ab58
HeatmapNG: pre-allocate arrays during calc ( #51465 )
2022-06-27 18:43:59 -05:00
Leon Sorokin
ef53a49896
HeatmapNG: skip y <= 0 values when log y axis ( #51221 )
2022-06-22 07:12:22 -07:00
Leon Sorokin
f4f31b40fd
HeatmapNG: consolidate frame types & fix color ranging ( #51089 )
...
* rename yZeroDisplay -> yMinDisplay
* remove heatmap-cells-sparse frame type
* parse x bucket size to millis
* take into account hideLE & hideGE filters to auto-range color scale
* extract cell value range scanning to heatmapData
2022-06-20 15:38:13 -05:00
Ryan McKinley
caa92320d7
Heatmap: use y axis settings for units ( #50998 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2022-06-17 23:30:26 +02:00
Ryan McKinley
1902357693
Heatmap: consolidate naming conventions ( #50272 )
2022-06-13 08:08:33 -07:00
Leon Sorokin
8cdfef4796
HeatmapNG: cell value filtering and color clamping ( #50204 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-06-06 00:21:47 -07:00
Ryan McKinley
fd34700225
HeatmapNG: add log scale calculation ( #49969 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2022-06-03 21:02:44 -05:00
Leon Sorokin
4f46c2f75f
HeatmapNG: render exemplars ( #49287 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-05-21 19:13:28 -07:00
Ryan McKinley
d0d4d8af7f
Heatmap: improve new heatmap options ( #49201 )
2022-05-19 01:54:32 +02:00
Josh Hunt
3c6e0e8ef8
Chore: ESlint import order ( #44959 )
...
* Add and configure eslint-plugin-import
* Fix the lint:ts npm command
* Autofix + prettier all the files
* Manually fix remaining files
* Move jquery code in jest-setup to external file to safely reorder imports
* Resolve issue caused by circular dependencies within Prometheus
* Update .betterer.results
* Fix missing // @ts-ignore
* ignore iconBundle.ts
* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
Ryan McKinley
17e44c306c
Heatmap: hover legend regardless of tooltip state ( #47600 )
2022-04-13 20:45:30 -07:00
Leon Sorokin
ed140906de
HeatmapNG: implement zooming & fix heatmap-buckets rendering ( #47231 )
2022-04-01 21:54:44 -06:00
Leon Sorokin
475a027562
Prometheus: make JS heatmap response a single-frame (field-per-bucket) ( #46611 )
2022-03-29 22:23:08 -06:00
Leon Sorokin
a9ee446de4
HeatmapNG: fix Prometheus frame-per-bucket heatmap response rendering ( #46309 )
2022-03-07 20:51:11 -06:00
Ryan McKinley
bbddab0294
Chore: refactor core transformer folder structure ( #45497 )
2022-02-17 08:12:38 -08:00