|
|
|
@ -43,6 +43,8 @@ public class VanChartLineMapTooltipContentPane extends VanChartTooltipContentPan
|
|
|
|
|
AttrTooltipContent content = new AttrTooltipContent(); |
|
|
|
|
content.setCategoryFormat(new AttrTooltipStartAndEndNameFormat()); |
|
|
|
|
content.setValueFormat(new AttrTooltipValueFormat()); |
|
|
|
|
content.setRichTextCategoryFormat(new AttrTooltipStartAndEndNameFormat()); |
|
|
|
|
content.setRichTextValueFormat(new AttrTooltipValueFormat()); |
|
|
|
|
return content; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|