Hi Katie,
Greetings from Syncfusion
We have analyzed your query. From that we would like to let you know that we can achieve your requirement using Format property in tooltip of the chart. We have also prepared a sample for your reference. Please find the below sample, code snippet and screenshot.
Code Snippet:
|
<EjsChart >
// add your additional code here
<ChartTooltipSettings Enable="true" Format="<b>${point.x} : ${point.y}%</b>"></ChartTooltipSettings>
// add your additional code here
</EjsChart> |
Screenshot:
Let us know if you have any concerns.
Regards,
Srihari M