8647931da8
create testing config
2020-05-08 14:49:04 +00:00
51bd043bf7
update gradle and spring boot
2020-05-08 14:48:50 +00:00
3239871a1b
enable HTTP compression
2020-04-25 12:51:42 +02:00
8e1ca282f6
update production settings
2020-04-17 14:46:56 +00:00
bfc5d9e3d8
hide grid for certain plot types
2020-04-17 14:46:42 +00:00
03accc1828
use whatever port the app is running on for ajax requests
2020-04-05 15:25:27 +00:00
7d1927bcbf
use us locale when formatting floats
...
gnuplot needs us locale
2020-04-05 15:24:40 +00:00
a3c10e9e5c
hide help page as long as it is not finished
2020-04-05 16:04:40 +02:00
2ddb63a6a1
render labels on x2 axis
2020-04-05 09:56:39 +02:00
89c66d98f9
don't render labels in gallery preview
2020-04-05 09:55:08 +02:00
45f9e36a88
cleanup
2020-04-05 09:50:26 +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
16d2c334fa
handle multi series bar chart better by reducing distance between bars
2020-04-05 08:44:49 +02:00
50f555d23c
add interval splitting for bar charts
2020-04-05 08:14:09 +02:00
75391f21ff
extract code from DateIndexExtension to LongToDateBucket
...
Making it possible to reuse the code to sort timestamps
into date based buckets.
2020-04-03 19:46:08 +02:00
6288ed22bf
use releasebuild target for build
...
The releasebuild target of Angular uses the --prod modifier. It
generates output hashes for javascript files. This allows better
caching.
2020-03-29 20:02:36 +02:00
2b19ec9085
update material
2020-03-29 09:38:24 +02:00
ef7968aba2
update angular
2020-03-29 09:21:07 +02:00
a81eb7c4ed
update third party libs
2020-03-29 09:19:40 +02:00
46623236c6
little improvements to help page
2020-03-29 09:08:22 +02:00
5befe099c7
update the gradle node plugin
2020-03-12 19:54:29 +01: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
9a311313ec
use US locale to format strings
...
This is especially important for all strings that are
passed to gnuplot. Because gnuplot uses the US locale
during parsing.
2020-03-12 19:40:20 +01:00
5386e29fcc
update npm and js libs
2020-03-12 07:23:24 +01:00
0228604980
use com.github.node-gradle.node instead of com.moowork.node
...
moowork is no longer maintained and does not work with gradle 6
2020-03-11 07:55:11 +00: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
b5aa2827ec
update libraries
2020-03-08 12:06:14 +01:00
2bd49e0959
start histograms at value 0
2020-02-29 09:21:29 +01:00
cae8d4ed49
disable spellcheck for query input box
2020-02-16 10:30:38 +01:00
b94587ea80
centralize generation of y-axis definitions
...
There is only one y1 and one y2 axis. Therefore it
doesn't make sense to have their definition in the
AggregateHandlers, because this would produce multiple
definitions for these axises.
2020-02-15 10:25:04 +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
c7d58d568c
backup partially complete Python script for uploading csv files
2020-02-08 08:18:49 +01:00
3f9423feea
ignore application-test.properties
2020-02-08 08:17:19 +01:00
276a244e47
update npm and nodejs
2020-02-08 08:12:56 +01:00
5e44e1b2fd
update js libs
2020-02-08 08:10:33 +01:00
5d629ff890
update 3rd party libs
2020-02-08 08:07:49 +01:00
3cb7ec434f
add labels to bar chart
2020-01-26 12:58:37 +01:00
459c659f85
use inline data for bar charts
...
Bar charts only need very little data. There is no need to create
a file for two numbers.
2020-01-19 13:15:44 +01:00
99e57cda24
change color pallette to better show distinctive colors
...
The old method of creating brighter/darker colors was producing color
shades that did not look like the same color. E.g. a darker yellow
looked more like brown.
I am now trying to use hand crafted shades.
2020-01-19 12:46:16 +01:00
20a78b4625
update nodejs
2020-01-19 10:49:23 +01:00
ac89cea804
update JS libraries
2020-01-19 10:46:07 +01:00