I am displaying a number inside Morris BarChart and I want to override the FormatValue of a column value to be displayed. I cannot use prefix, suffix i need to call a php method to retrieve its currency and format the number to the string i want to display. I see that you have a formatValue function in d3 charts, but when i want to include that inside morris it does not get executed. What should i do?