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