As discussed in #2627278: Add an "Additional raw settings" text area to the config form, we should also support the new "Additional raw settings" option (once it's landed) in Views. The UI will already be handled in the other issue, so here we just need to store it correctly and then pass it to the library.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drunken monkey created an issue. See original summary.

drunken monkey’s picture

drunken monkey’s picture

Status: Active » Needs review
mpoloskey’s picture

patch is working, but not if you want to call a function example: formatter: function() {
return Highcharts.dateFormat('%H:%M', this.value);

drunken monkey’s picture

patch is working, but not if you want to call a function example: formatter: function() {
return Highcharts.dateFormat('%H:%M', this.value);

True, but I can't imagine any solution that would make this feasible.
Anyways, thanks for testing and reporting back!

herd45’s picture

I've tested and this works as expected.