21a84b5223
use date picker in visualization page
2024-05-05 10:22:45 +02:00
b6045eda22
open visualization page with settings
2023-03-18 09:42:04 +01:00
6d8af4fdc6
hide gallery when it is not active
2023-03-17 17:08:55 +01:00
b5028e03be
edit plots
2023-03-12 08:24:16 +01:00
6474b5e3c6
replace legacy component
2023-03-08 19:09:30 +01:00
d52033b5f0
make plot view standalone
2023-02-26 16:06:58 +01:00
ed448af78c
add job service to be able to cancel plot requests
2023-02-18 17:36:54 +01:00
0d1b9744a9
add box plots
2022-11-19 20:02:10 +01:00
d21ef48559
make tic labels optional for bar charts
2020-09-27 20:07:26 +02:00
2f4d1f701b
add interval for seconds for bar charts
2020-09-27 17:15:02 +02:00
aa9a4255ef
show interval input field only for bar charts
2020-04-05 09:33:05 +02:00
3c88969885
hide y2 axis definition instead of removing it
...
Using ngIf has the undesired side effect that the values are lost when
the input fields are not shown.
2020-04-05 08:50:11 +02:00
50f555d23c
add interval splitting for bar charts
2020-04-05 08:14:09 +02:00
2b19ec9085
update material
2020-03-29 09:38:24 +02:00
57d016245c
use y1/y2 axis definitions
2020-02-09 20:14:13 +01:00
859491e99e
put y axis definition into its own object
2020-02-09 17:16:27 +01:00
6109227508
move axisScale to y-axis-definition component
2020-02-08 12:53:50 +01:00
4dc41faeae
rename y-axis-range component to y-axis-definition
2020-02-08 12:50:23 +01:00
1587046907
disable plot types instead of hiding them
2019-12-27 19:36:08 +01:00
4f5fe15ac7
update plotType drop down on selection
...
The drop down for plot types should only contain plot types that can
be combined. The reason is, that we can only draw images with two
x/y-axis. Therefore a combination of types that would need three or more
axis is not supported.
2019-12-27 18:45:37 +01:00
20b710547f
use one multi-select drop down for plot type
...
All plot types we currently have can be combined
in one image. So there is no need to compute
combinable types.
2019-11-24 10:53:30 +01:00
70fb84d634
add sorting for gallery
2019-11-17 09:36:37 +01:00
3022edb1e1
use snackbar to show error messages
2019-11-16 08:57:39 +01:00
57c5cca688
fetch possible values for gallery view
2019-11-14 18:45:32 +01:00
d9b2327f35
make default for 'splitBy' configurable
2019-11-10 16:33:37 +01:00
7e1349b25a
make filter panel thinner
...
Making the filter panel thinner by 18%. To do this
we moved the date range next to the query box.
The thinner filter box gives us more width for the plot.
2019-11-01 10:21:25 +01:00
775b420e85
zoom by mousewheel
2019-10-31 18:56:19 +01:00
eaddf97a0d
zoom by range selection
2019-10-28 18:39:12 +01:00
5a7cde7815
show plotted images
2019-10-27 08:08:55 +01:00
f235890cc1
prepare sending of plot requests
...
- values for query and date range were not
propagated to the model
2019-10-26 10:32:11 +02:00
12be86a1d6
fix component interaction with sub-components
2019-10-19 18:18:17 +02:00
24bf7c98e3
add limit by
2019-10-19 08:48:21 +02:00
a3099d4981
initial version of the query autocompletion
...
Missing features at this point:
1. No suggestions when the input gets the focus.
2. Suggestions are not shown after selecting a suggestion.
2019-10-13 10:35:38 +02:00
2825654b7a
improve styling of filter panel
...
Adapt width so that the date range fits.
Width of form fields is now 100%.
y-range restrictions are now rendered in one line.
2019-10-12 09:06:19 +02:00
708a85c28c
add daterangepicker
...
We are now adding the daterangepicker without Angular. This is a little
bit dirty, because we have to load jquery, moment and daterangepicker
manually via script tags, but it works without major hassle.
2019-10-11 17:47:34 +02:00
e61f415880
add date range field
...
It is (again) surprisingly hard to find a decent date+time-range
picker that works with Angular. Daterangepicker, which I used with
my VueJS application does not work with Angular. I can't get the
angularized version
https://github.com/fragaria/angular-daterangepicker ) to work either.
And and a native Angular date picker
(https://github.com/GNURub/ngx-daterangepicker ) doesn't work either.
2019-10-11 17:29:14 +02:00
020c3b6c39
make the drop down for "combine with" dynamic
2019-10-11 09:54:26 +02:00
ca8ee7d8f7
add component for y-axis range
2019-10-10 16:54:02 +02:00
7ca7b80255
create icons for plot types
2019-10-10 12:00:41 +02:00
2787b42c31
adding a few filters (no doing anything yet)
2019-10-09 19:02:34 +02:00
1afcc7cf38
add left/right panel to visualization page
2019-10-09 16:47:19 +02:00
8b42476b72
add pages for uploading and help
2019-10-09 16:11:05 +02:00