You are here

function charts_plugin_display_chart::get_style_type in Charts 7.2

Displays can require a certain type of style plugin.

By default, they will be 'normal'.

Overrides views_plugin_display::get_style_type

File

views/charts_plugin_display_chart.inc, line 13
Contains the Chart display type (similar to Page, Block, Attachment, etc.)

Class

charts_plugin_display_chart
Display plugin to attach multiple chart configurations to the same chart.

Code

function get_style_type() {
  return 'chart';
}