I'm using charts to display some monetary info such as profit evolution. Is possible to format the data on hover? Ex: My labels are ['January', 'February', 'March'] and my data is [100, 250, 150] but I want to show it as $100, $250, $150 when the user hovers the chart.