0👍
Remove that "${
and }"
, so that the function will be called in the browser. FreeMarker statements (like ${...}
) are resolved on the server, which is too early (there’s no JavaScript running there).
- Chartjs-Change the Colour of the last segment of line chart in chartjs/react-chart2js
- Chartjs-How to order tooltip values from the biggest to the smallest
Source:stackexchange.com