|
|
|
@ -62,6 +62,7 @@ public class VanChartFunnelTooltipContentPane extends VanChartTooltipContentPane
|
|
|
|
|
AttrTooltipContent attrTooltipContent = new AttrTooltipContent(); |
|
|
|
|
attrTooltipContent.getCategoryFormat().setEnable(false); |
|
|
|
|
attrTooltipContent.setSeriesFormat(new AttrTooltipNameFormat()); |
|
|
|
|
attrTooltipContent.setRichTextSeriesFormat(new AttrTooltipNameFormat()); |
|
|
|
|
attrTooltipContent.getSeriesFormat().setEnable(true); |
|
|
|
|
attrTooltipContent.getValueFormat().setEnable(true); |
|
|
|
|
return attrTooltipContent; |
|
|
|
|