TMF: Add abstract XY line chart viewer on top of SWT chart
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Wed, 24 Apr 2013 12:35:01 +0000 (08:35 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 16 Jan 2014 14:22:33 +0000 (09:22 -0500)
commit2e427755fd0254ed5b663c26f07d6799c7c41c8a
tree63f5a4214139a3c811026e4990578357cf20a9b6
parent5a66cf9c3333baa6cda7b8018daab3521363cb36
TMF: Add abstract XY line chart viewer on top of SWT chart

* Provides a viewer for line charts. With this viewer, all series will use
the same X axis data.
* It automatically creates series as values are provided for a key.
* A tooltip shows the values for each series at the selected x position.
* Series can also be manually added and the returned series can be modified,
so while "line chart" is the default representation, it can be used in other
ways.

Change-Id: I90b63e1dc87a1dbd49d37ff99fb22e04eecad2be
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/20342
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartViewer.java [new file with mode: 0644]
This page took 0.028538 seconds and 5 git commands to generate.