andi
da4a95e5ed
fill intervalUnit when editing plot
2023-03-13 19:39:00 +01:00
andi
b5028e03be
edit plots
2023-03-12 08:24:16 +01:00
andi
6474b5e3c6
replace legacy component
2023-03-08 19:09:30 +01:00
andi
8f369d9943
remove old way of rendering images
2023-03-04 10:56:05 +01:00
andi
bc3b6ec3e9
use new render result for visualization
2023-03-04 10:18:55 +01:00
andi
9e53022b4a
show fullscreen image
2023-03-04 09:48:29 +01:00
andi
71410801dc
Merge remote-tracking branch 'origin/master' into dashboard
2023-03-01 18:59:27 +01:00
andi
be550ebac5
do not use interruptions to abort execution
2023-02-28 20:17:25 +01:00
andi
bd1b4fb655
show image in dashboard
2023-02-26 18:38:27 +01:00
andi
d52033b5f0
make plot view standalone
2023-02-26 16:06:58 +01:00
andi
fb5c8ea019
first step to show plot on dashboard
2023-02-26 14:07:19 +01:00
andi
dc8a462031
extract shareable plot config
2023-02-26 09:03:39 +01:00
andi
a2945d2d9b
adding dashbord
2023-02-26 08:18:53 +01:00
andi
ed448af78c
add job service to be able to cancel plot requests
2023-02-18 17:36:54 +01:00
andi
54e3edd010
update materials to 15
2022-12-04 09:35:31 +01:00
andi
0d1b9744a9
add box plots
2022-11-19 20:02:10 +01:00
andi
ec4631e65c
replace deprecated api
2022-10-09 17:00:54 +02:00
andi
f7b6ab32ce
update angular to 14
2022-10-08 09:27:38 +02:00
andi
390407f2ed
update angular to 13.1.0
2022-03-20 07:58:48 +01:00
andi
a1b4c7006d
add percentile information if available
2021-04-02 18:29:18 +02:00
andi
398774dbd8
updating angular core and cli
...
step 1 of update Angular 10 -> 11
2020-11-23 11:31:45 +01:00
andi
08328ec1e5
extract plot detail view into its own component
2020-11-01 19:13:15 +01:00
andi
d21ef48559
make tic labels optional for bar charts
2020-09-27 20:07:26 +02:00
andi
2f4d1f701b
add interval for seconds for bar charts
2020-09-27 17:15:02 +02:00
andi
03accc1828
use whatever port the app is running on for ajax requests
2020-04-05 15:25:27 +00:00
andi
aa9a4255ef
show interval input field only for bar charts
2020-04-05 09:33:05 +02:00
andi
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
andi
50f555d23c
add interval splitting for bar charts
2020-04-05 08:14:09 +02:00
andi
2b19ec9085
update material
2020-03-29 09:38:24 +02:00
andi
ef7968aba2
update angular
2020-03-29 09:21:07 +02:00
andi
ec4f445b8d
use port 17333 by default
...
Not sure how this is supposed to work. To be able to support
Angular's development server and Spring as a standalone application
I had to hardcode the port Spring uses.
The problem is, that Angular runs on port 4200. Angular is compiled
to static files. So I cannot dynamically add the port that is
configured for Spring. But Angular has to be able to talk to the
Spring application.
I chose port 17333, because it does not collide with the standard
Tomcat port (8080).
2020-03-12 19:54:13 +01:00
andi
57d016245c
use y1/y2 axis definitions
2020-02-09 20:14:13 +01:00
andi
859491e99e
put y axis definition into its own object
2020-02-09 17:16:27 +01:00
andi
ed7cc9bee5
put y axis definition into its own object
2020-02-08 15:39:41 +01:00
andi
6109227508
move axisScale to y-axis-definition component
2020-02-08 12:53:50 +01:00
andi
4dc41faeae
rename y-axis-range component to y-axis-definition
2020-02-08 12:50:23 +01:00
andi
b59b49f2d1
AxisTypes has a better toString method
2020-02-08 12:41:02 +01:00
andi
1587046907
disable plot types instead of hiding them
2019-12-27 19:36:08 +01:00
andi
90244c6e4b
only allow zoom by mouse wheel or selection when time axis is available
2019-12-27 19:16:21 +01:00
andi
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
andi
2268ab40b3
use the invaders game as 'loading screen'
2019-12-26 18:48:33 +01:00
andi
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
andi
70fb84d634
add sorting for gallery
2019-11-17 09:36:37 +01:00
andi
73ea635ac1
render gallery items
2019-11-16 15:14:21 +01:00
andi
3022edb1e1
use snackbar to show error messages
2019-11-16 08:57:39 +01:00
andi
57c5cca688
fetch possible values for gallery view
2019-11-14 18:45:32 +01:00
andi
d9b2327f35
make default for 'splitBy' configurable
2019-11-10 16:33:37 +01:00
andi
8d690ff0e7
make filter panel thinner
2019-11-10 16:32:30 +01:00
andi
198b51089d
make defaults for groupBy configurable
...
We do not know which fields exist at compile time.
But it is a great help to have some pre-selected
fields in groupBy.
Solved by adding a configuration option.
2019-11-10 09:38:16 +01:00
andi
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