Commit Graph
14 Commits
Author SHA1 Message Date
andi ac89cea804 update JS libraries 2020-01-19 10:46:07 +01:00
andi 9bbf2d4c6c update third partly libs 2020-01-19 10:44:31 +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 aede78a285 use boxes for histogram 2019-12-27 12:38:24 +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
andi 6a9a87c03c update org.lucares:primitiveCollections 2019-12-26 16:09:57 +01:00
andi ffc3832bfa fix: events are added to wrong partition
The writerCache in DataStore did not use the partitionId
in its cache key. Therefore the cache could return the
wrong writer and events were written to the wrong
partition.
Fixed by changing the cache key.
2019-12-23 18:42:54 +01:00
andi afbbca4f45 update 3rd-party libs 2019-12-22 14:51:52 +01:00