codeigniter-highcharts-library icon indicating copy to clipboard operation
codeigniter-highcharts-library copied to clipboard

formatter

Open subdesign opened this issue 13 years ago • 0 comments

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

subdesign avatar Jul 24 '12 15:07 subdesign