Commit Graph

82 Commits

Author SHA1 Message Date
3763d09fa8 sort/filter by max average ratio 2020-12-01 17:10:40 +01:00
398774dbd8 updating angular core and cli
step 1 of update Angular 10 -> 11
2020-11-23 11:31:45 +01:00
356810c355 use correct average value 2020-11-05 16:45:26 +01:00
3bbf11a4ff use info icon for information buttons 2020-11-05 16:44:29 +01:00
08328ec1e5 extract plot detail view into its own component 2020-11-01 19:13:15 +01:00
50c9e56f2e reduce size of css 2020-10-31 09:58:49 +01:00
50658b22ee make URL of image host independent 2020-10-26 10:52:24 +01:00
45c1648773 POC for detailed gallery view 2020-10-18 19:25:53 +02:00
e15b16a65f fix development server proxy 2020-10-17 14:27:54 +02:00
2cdc9813da change background in active drop down options
Seems like the new material version came with weird coloring.
2020-10-17 10:49:14 +02: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
78a0b7d70b use a longer y-axis interval by default
this helps to not miss interesting events
2020-09-27 12:50:32 +02:00
3e77c2a103 various fixes 2020-08-11 16:12:18 +02:00
03accc1828 use whatever port the app is running on for ajax requests 2020-04-05 15:25:27 +00:00
a3c10e9e5c hide help page as long as it is not finished 2020-04-05 16:04:40 +02:00
1ae4677799 fix invaders game 2020-04-05 09:40:56 +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
ef7968aba2 update angular 2020-03-29 09:21:07 +02:00
46623236c6 little improvements to help page 2020-03-29 09:08:22 +02:00
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
9aa4cb39ae hide upload page, because it is not yet working 2020-03-08 12:14:48 +01:00
343aa6061b add icon 'copy' 2020-03-08 12:11:32 +01:00
cae8d4ed49 disable spellcheck for query input box 2020-02-16 10:30:38 +01:00
a1c6dd06a3 fix axis labels when x2 axis is used 2020-02-15 08:43:31 +01: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
ed7cc9bee5 put y axis definition into its own object 2020-02-08 15:39:41 +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
b59b49f2d1 AxisTypes has a better toString method 2020-02-08 12:41:02 +01:00
cf7e5ec968 add bar charts 2020-01-19 10:35:07 +01:00
1587046907 disable plot types instead of hiding them 2019-12-27 19:36:08 +01:00
90244c6e4b only allow zoom by mouse wheel or selection when time axis is available 2019-12-27 19:16:21 +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
19e6dd1102 add histogram plots 2019-12-27 12:25:25 +01:00
2268ab40b3 use the invaders game as 'loading screen' 2019-12-26 18:48:33 +01:00
0cdf30e9a2 optimize SVG icons
The icons were made with Inkscape. This tool does not care
for file size. By rewriting the icons by hand I could reduce
the file size siginificantly. E.g. 6.1kb to 441 bytes for
cumulative-distribution-chart.svg.
2019-11-30 09:35:02 +01:00
51ba287ace progress bar and abort for gallery
Generating all images for a gallery view can take
long. It might not be obvious when the computation
is done, because there is no progress indicator.
Fixed by adding a progress bar.

You might want to abort the computation. E.g.
because you already found what you were looking
for or you want to change the parameters.
This can now be done by clicking 'Abort'.
Note, it does not abort the current computation.
2019-11-29 09:57:15 +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
4879c6cdc7 use new icons for axcending/descending 2019-11-23 18:51:40 +01:00
84e5f99c4f show big image in gallery view 2019-11-21 19:22:06 +01:00
90331bd029 fix: card grid grid gets streched if vertical space is not used fully
Fixed by adding a container for the card grid.
That way the actual card grid has no height and
is therefore not streched vertically.
2019-11-17 19:57:05 +01:00
a296a2ca55 add mathematical icons 2019-11-17 18:59:34 +01:00
771f61a597 add filters for gallery 2019-11-17 18:59:08 +01:00
70fb84d634 add sorting for gallery 2019-11-17 09:36:37 +01:00
73ea635ac1 render gallery items 2019-11-16 15:14:21 +01:00