• Gergely Ujvari's avatar
    Remove bad css classes from buckets · 3d7f9a03
    Gergely Ujvari authored
    Once a bucket received a lower or an upper css class, it was never removed.
    
    Once an update function is done, than the bucket with an index of last one - 2
    will automatically receive a lower css class because that is the definition
    of the isLower function.
    
    The heatmap plugin reuses the already existing buckets and only adds new
    ones if neeeded. So after new buckets are added a new one with will get
    the lower css class, but nobody removes the lower class from the bucket
    which already had it.
    3d7f9a03
Name
Last commit
Last update
h Loading commit data...
tests/js Loading commit data...
karma.config.js Loading commit data...
package.json Loading commit data...