Yes, you can pass any formatter function to the Tooltip component, using the formatter
prop e.g.
<BarChart>
<Tooltip formatter={(value) => new Intl.NumberFormat('en').format(value)} />
</BarChart>
Check out the documentation here: http://recharts.org/en-US/api/Tooltip#formatter