12 Jun, 2015

1 commit

  • The graphic for Metric results previously did not have a set size.
    Changed it so that it fills the whole space available, and made it
    responsive to window resizing. That broke some particular cases of
    histories with few changes and number of points that wasn't very small.
    
    In addition, made the graphic display a single point instead of an
    unhelpful message.
    Daniel
     

30 Jan, 2014

1 commit


27 Jan, 2014

1 commit


24 Jan, 2014

1 commit


23 Jan, 2014

1 commit

  • This change was necessary to be able cache the action
    
    Pending:
     * Do not render a graphic for a single point
     * Loading animation is not working
     * Unit and acceptance tests for the graphic failling
     * Renable the action cache
    
    Signed off by: Diego Araújo <diegoamc90@gmail.com>
    Rafael Manzo