55 Commits

Author SHA1 Message Date
03820d2941 fix: not a good refactor there 2024-04-04 16:12:31 -04:00
471d159af7 refactor: Query Metrics vs Logs payloads 2024-03-21 20:50:25 -04:00
f227a0058c fix: finish up #21 2024-03-21 18:57:46 -04:00
a0b3956d8a dev: Only apply filters when there is a placeholder
* Allows you to respect commas placement
* This is effectively the only way you can safely apply filters
  when there are complicated query expressions.
2024-03-20 16:06:04 -04:00
02314a3309 refactor: move type definitions into separate file
Also clean up some unnecessary loop labels.
2024-03-11 17:19:09 -04:00
2f6b9b6c58 refactor: extract the scalar plot building 2024-03-10 21:11:32 -04:00
75264dc095 refactor: extract the series plot building 2024-03-10 21:05:49 -04:00
a356eba786 ui: Make the filter boxes a consistent height 2024-03-10 20:45:43 -04:00
225755d6b3 ui: Select all for the label filters works 2024-03-06 16:03:35 -05:00
1b0547d93c fix: header field was mistakenly plural 2024-03-05 21:13:15 -05:00
4427cd414f ui: fix some color scheme stuff 2024-03-05 21:10:21 -05:00
c830d1530d ui: better background color for the plots 2024-03-05 20:39:03 -05:00
6a503947d8 ui: respect ansi colors in our log lines 2024-03-05 20:32:04 -05:00
01cd54afa4 ui: Show labels for the log line. 2024-03-05 20:12:44 -05:00
a7a6c99099 ui: log table styling 2024-03-04 21:05:37 -05:00
474bfe4f1d ui: Show the labels for filtering on logs 2024-03-04 20:57:36 -05:00
f69ea6d6fa ui: Show log results in our dashboards 2024-03-04 20:52:36 -05:00
17e6ae81a0 Turn our lib into an es6 module 2024-03-03 18:15:41 -05:00
fb48c6900c maint: JSDoc type annotations and tsserver configuration 2024-03-03 15:23:31 -05:00
464f5db99c maint: formatting fixes 2024-03-02 10:14:36 -05:00
ec2394eaf7 feat: logql queries in dashboard definitions 2024-03-02 10:13:07 -05:00
2f15472d62 ui: Configure legend positioning
closes #18
2024-02-25 16:40:59 -05:00
ac52aea6c8 ui: Don't show filters when there is only one item 2024-02-25 09:03:18 -05:00
557d704a1b feat: Better y axes definition 2024-02-24 20:05:11 -05:00
835c120d4b ui: Allow you to specify the fill for a trace 2024-02-23 12:50:56 -05:00
584cb237fe ui: The labels weren't useful. 2024-02-22 20:38:43 -05:00
cf64c30d58 ui: Color the gridlines in the plots. 2024-02-22 20:19:54 -05:00
3d192ed9a4 ui: first pass at a dark mode 2024-02-22 19:49:48 -05:00
ef070f18d3 fix: actually do the filtering for scalar graphs 2024-02-21 17:20:07 -05:00
6bed94f63e ui: show the labels for scalar graphs as well 2024-02-21 16:22:02 -05:00
8eab0130f5 ui: better layout for the filter selections 2024-02-21 15:48:15 -05:00
cf98532775 fix: Listen to changes to the d3-tick-format attr 2024-02-20 20:47:05 -05:00
20c8eadbd1 ux: start out with all the labels selected 2024-02-20 20:47:05 -05:00
d26be4dbc5 feat: filter by labels in dataset 2024-02-19 22:43:17 -05:00
49e27a9184 refactor: pull naming logic into a method 2024-02-19 19:53:31 -05:00
847413f4f5 fix: bug in scalar graph types 2024-02-19 19:25:36 -05:00
18eb50fbbd feat: use a js template literal for trace name 2024-02-19 19:15:34 -05:00
0cf2c537ae feat: Allow you to name the axis for each subplot
You can force them to share axis with this.
2024-02-17 10:22:09 -05:00
4674a821d8 feat: multiple subplots per graph 2024-02-16 18:07:34 -05:00
9a89412fc8 fix: set trace name for bar charts 2024-02-16 15:20:39 -05:00
349003bd6f feat: Allow formatting the yaxis tick marks 2024-02-16 15:01:22 -05:00
26782b2bfc maint: cleanup some logging 2024-02-15 15:30:34 -05:00
7f30d87d75 ux: end is better than start 2024-02-14 20:03:50 -06:00
9529271b28 feat: support timspan attributes on the element 2024-02-13 18:45:52 -06:00
31af37467c maint: formatting 2024-02-12 16:22:57 -06:00
49d4c2bfd4 feat: Correctly display dates in the timeseries 2024-02-12 16:22:47 -06:00
8665986d4e Copyright date 2024-02-12 15:50:35 -06:00
0ee19320f6 maint: cleanup and some helpful comments 2024-02-11 20:26:00 -06:00
631fedfa2f feat: Point in time shows as bar chart 2024-02-11 19:09:06 -06:00
59f8a5401a fix: got rid of shadowRoot
plotly didn't play well with it.
2024-02-10 18:24:50 -06:00