|
|
@ -522,7 +522,7 @@ public class VanChartTooltipContentPane extends BasicBeanPane<AttrTooltipContent |
|
|
|
|
|
|
|
|
|
|
|
if (tableFieldNames != null) { |
|
|
|
if (tableFieldNames != null) { |
|
|
|
for (String fieldName : tableFieldNames) { |
|
|
|
for (String fieldName : tableFieldNames) { |
|
|
|
params.put(fieldName, fieldName); |
|
|
|
params.put(fieldName, "${" + fieldName + "_" + fieldName.hashCode() + "}"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|