codeigniter-highcharts-library
codeigniter-highcharts-library copied to clipboard
formatter
how to use highchart's dataLabel formatter ?
using following syntax I get two $ char before and at the end of the function: .. array = ('formatter' => "function() { return this.y }")
in html source code: "formatter":"$$function() { return this.y }$$"
I get no errors but the formatter doesn't seems to work
thanks