Add currency formatting for chart tooltips
Probably after #14
Can you give me more detail here?
Sorry for the vagueness. I was referring to the tooltips in the "Earnings by" pie charts. The figures here should be wrapped with appropriate currency formatting such as $1,234.56.
For example, this tooltip number should show up as $794.60.

Gotcha, will do
ChartJS needs unformatted number values to display the pie charts properly, so it is not possible to change the currency formatting in PHP (I tried that). I guess this needs to be done in JavaScript with a custom Tooltip Template for the ChartJS plugin.