You are here

function flot_handler_field_datapoint::allow_advanced_render in Flot 6

Same name and namespace in other branches
  1. 7 flot_views/views/flot_handler_field_datapoint.inc \flot_handler_field_datapoint::allow_advanced_render()

Disable advanced render.

File

views/flot_handler_field_datapoint.inc, line 9

Class

flot_handler_field_datapoint

Code

function allow_advanced_render() {
  return FALSE;
}