|
|
@ -38,6 +38,7 @@ public class VanChartMultiPieLabelContentPane extends VanChartLabelContentPane { |
|
|
|
protected AttrTooltipContent createAttrTooltip() { |
|
|
|
protected AttrTooltipContent createAttrTooltip() { |
|
|
|
AttrTooltipContent content = new AttrTooltipContent(); |
|
|
|
AttrTooltipContent content = new AttrTooltipContent(); |
|
|
|
content.setCategoryFormat(new AttrTooltipMultiLevelNameFormat()); |
|
|
|
content.setCategoryFormat(new AttrTooltipMultiLevelNameFormat()); |
|
|
|
|
|
|
|
content.setRichTextCategoryFormat(new AttrTooltipMultiLevelNameFormat()); |
|
|
|
return content; |
|
|
|
return content; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|