andi
5cc16ad2f7
update angular to 10.1.3
2020-10-04 17:21:36 +02: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
78a0b7d70b
use a longer y-axis interval by default
...
this helps to not miss interesting events
2020-09-27 12:50:32 +02:00
andi
6755411a5d
update JS libraries
2020-09-19 19:09:56 +02:00
andi
5b55badfea
Merge branch 'master' of https://bitbucket.com/andreashuber/performance
...
# Conflicts:
# build.gradle
2020-08-11 19:48:09 +02:00
andi
275b6945cc
update nodejs/npm
2020-08-11 19:45:38 +02:00
andi
b8040ced2c
update angular/material
2020-08-11 19:35:32 +02:00
andi
abfff59c8d
update angular to 10
2020-08-11 19:34:47 +02:00
andi
87c7d0ae30
update js libs
2020-08-11 19:33:21 +02:00
andi
668f86323e
Merge branch 'master' of https://bitbucket.org/andreashuber/performance
...
# Conflicts:
# build.gradle
# gradle/wrapper/gradle-wrapper.properties
2020-08-11 17:32:43 +02:00
andi
3e77c2a103
various fixes
2020-08-11 16:12:18 +02:00
andi
00b9cc6dc6
add proxy for angulars development server
2020-06-21 09:10:53 +02:00
andi
6ccc9e36bb
update npm + js
2020-06-21 08:44:01 +02:00
andi
03accc1828
use whatever port the app is running on for ajax requests
2020-04-05 15:25:27 +00:00
andi
a3c10e9e5c
hide help page as long as it is not finished
2020-04-05 16:04:40 +02:00
andi
1ae4677799
fix invaders game
2020-04-05 09:40:56 +02: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
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
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
46623236c6
little improvements to help page
2020-03-29 09:08:22 +02:00
andi
5befe099c7
update the gradle node plugin
2020-03-12 19:54:29 +01: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
5386e29fcc
update npm and js libs
2020-03-12 07:23:24 +01:00
andi
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
andi
9aa4cb39ae
hide upload page, because it is not yet working
2020-03-08 12:14:48 +01:00
andi
343aa6061b
add icon 'copy'
2020-03-08 12:11:32 +01:00
andi
cae8d4ed49
disable spellcheck for query input box
2020-02-16 10:30:38 +01:00
andi
a1c6dd06a3
fix axis labels when x2 axis is used
2020-02-15 08:43:31 +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
276a244e47
update npm and nodejs
2020-02-08 08:12:56 +01:00
andi
5e44e1b2fd
update js libs
2020-02-08 08:10:33 +01:00
andi
20a78b4625
update nodejs
2020-01-19 10:49:23 +01:00
andi
ac89cea804
update JS libraries
2020-01-19 10:46:07 +01:00
andi
cf7e5ec968
add bar charts
2020-01-19 10:35:07 +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
19e6dd1102
add histogram plots
2019-12-27 12:25:25 +01:00
andi
2268ab40b3
use the invaders game as 'loading screen'
2019-12-26 18:48:33 +01:00
andi
9b263a70c8
update JS libraries
2019-12-26 18:21:08 +01:00
andi
b399c651c6
update JS libraries
2019-12-26 18:09:31 +01:00