@@ -110,6 +110,7 @@ Ext.define('saas.view.home.charts.KeyData', {
if(!tip) {
var tip = Ext.create('Ext.tip.ToolTip', {
target: th.el,
+ minWidth: 100,
title: record.get('label'),
html: record.get('value'),
showOnTap: true,