diff --git a/js/component/metric.js b/js/component/metric.js index 13f2944..94ef988 100644 --- a/js/component/metric.js +++ b/js/component/metric.js @@ -77,7 +77,8 @@ beestat.component.metric.prototype.decorate_ = function(parent) { var chart_container = $.createElement('div').style({ 'position': 'relative', - 'height': '60px' + 'height': '60px', + 'user-select': 'none' }); td_chart.appendChild(chart_container);