Bug 98565 - (configurable) stats in the status bar
Summary: (configurable) stats in the status bar
Status: RESOLVED INTENTIONAL
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 18:13 UTC by Nicolas Brisset
Modified: 2005-09-14 17:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Brisset 2005-02-04 18:13:36 UTC
Version:           1.1.0_dr1 (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.2
OS:                SunOS (sun4u) release 5.8

The status bar could be used to give quick access to more information than the current cursor/next point position, e.g. min/max/mean values for the curve closest to the pointer in the currently visible range (for global stats there are the dedicated scalars).
If computing these values is too resource-intensive we should add an option in the settings menu to activate them or not.
Comment 1 Andrew Walker 2005-03-11 01:23:27 UTC
This request is essentially the same functionality as requested in #86915 and #89892. 
Comment 2 George Staikos 2005-07-08 01:28:20 UTC
View labels make it easy to do this inline in the view.  I don't think it's a good idea to add this sort of functionality in multiple places, so let's work with the inline stuff.  Hopefully we'll have a UI to create view labels soon.
Comment 3 Nicolas Brisset 2005-09-14 17:14:19 UTC
Is the required view label functionality implemented now, or not yet ? I don't quite understand how this should work (is the label text parsed to get e.g. values from statistics scalars ?)...