Feature #1681
Mis à jour par Sebastien Jacquot il y a plus de 9 ans
Display an area with extra data when a point is selected.
h3. 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
E.g.:
<pre>
13_DeGaulle
50835 / 105191
107 / 196
</pre>
h3. 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
h3. 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
E.g.:
<pre>
13_DeGaulle
50835 / 105191
107 / 196
</pre>
h3. 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