Feature #1681
Progression chart, highlight and display extra data area on chart entity selection
Status: | Closed | Start date: | 02/19/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Charts | Spent time: | - | |
Target version: | TXM 0.7.8 |
Description
Display an area with extra data when a point is selected.
Behavior¶
- on point selection (with mouse or keyboard):
- display a label area containing:
- the 'ref' property if exists otherwise the 'text:id' property
- the global position in corpora and the total count of all tokens of the corpora
- the number of the selected token and the frequency in corpora of the selected token
- display a label area containing:
E.g.:
13_DeGaulle 50835 / 105191 107 / 196
Validation tests¶
- create a progression chart with multiple queries on a corpora that contains 'ref' property
- select some points with keyboard or mouse and check that the display label matches the specifications
- create a progression chart with multiple queries on a corpora that does NOT contains 'ref' property
- select some points with keyboard or mouse and check that the display label matches the specifications
Results¶
SJ: OK, Win 7 x64
BP: OK, Ubuntu
History
#1 Updated by Matthieu Decorde almost 7 years ago
- Subject changed from Progression chart, display extra data area on chart entity selection to Progression chart, highlight and display extra data area on chart entity selection
#2 Updated by Matthieu Decorde almost 7 years ago
- Tracker changed from Task to Feature
#3 Updated by Sebastien Jacquot almost 7 years ago
- Description updated (diff)
#4 Updated by Sebastien Jacquot almost 7 years ago
- Description updated (diff)
#5 Updated by Sebastien Jacquot almost 6 years ago
- Status changed from Feedback to Closed
- % Done changed from 80 to 100