Erich Seifert

Results 30 issues of Erich Seifert

I had problems compile hyperscan 5.2.1 on Gentoo Linux. The configuration fails with ``` -- gcc version 9.2.0 CMake Error at CMakeLists.txt:202 (message): Something went wrong determining gcc tune: -mtune=«:...

Fixed invalid CSS property for active indicator.

It should be possible to highlight points, e.g. for interactive feedback like a hover effect. It could be done by assigning renderers to single points in a data series. _Imported...

When a new axis renderer (e.g. `LinearRenderer2D` instead of `LogarithmicRenderer2D`) is set on a plot in an `InteractivePanel`, panning, zooming or resetting the view doesn't work correctly. _Imported from trac...

bug

BarPlot instances should accept multiple data sources. They could be displayed as parallel bars or as stacked bars. _Imported from trac ticket 17, created by eseifert on 07-20-2010 at 00:42,...

There should be class diagrams in documentation. _Imported from trac ticket 11, created by eseifert on 05-29-2010 at 18:23, last modified: 05-29-2010 at 18:23_

A new way for configuring plots should be added: Additionally to adjusting the settings for each element there shuld be a way to pass a single `Map` which contains the...

enhancement

Add category support to axis instead of regular ticks. _Imported from trac ticket 2, created by eseifert on 05-23-2010 at 14:08, last modified: 01-20-2014 at 16:35_

enhancement

It should be possible to display large sets of data, e.g. over 100,000 data points. At the moment all data is loaded into memory. The data that is loaded to...

`PiePlot` instances should accept multiple data sources. They could be displayed as additional stacked rings.