soctrace-inria / ocelotl

Visualization module with aggregation features for Framesoc infrastructure
http://soctrace-inria.github.io/ocelotl
4 stars 0 forks source link

Use correct time units in statistics value #173

Open generoso opened 9 years ago

generoso commented 9 years ago

Use the Framesoc timestamp format class. Units should appear in the value field.

ycorre commented 9 years ago

Actually the current tooltip is provided by the unit field in the extension point of the aggregation operator. It was made this way because what is displayed does not always correspond to a time value.

When correctly specified the right time unit is displayed (e.g. for events operator : " Events / %TIME").

generoso commented 9 years ago

Good. But, why don't you use the fr.inria.soctrace.lib.model.utils.TimestampFormat for more compact displaying (as in pie chart table: all elements have the same time unit with more human friendly displaying)?

You can ask @ycorre to fix this if you like the idea.