You are here

public function ScatterField::query in Charts 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Plugin/views/field/ScatterField.php \Drupal\charts\Plugin\views\field\ScatterField::query()
  2. 8.3 src/Plugin/views/field/ScatterField.php \Drupal\charts\Plugin\views\field\ScatterField::query()

Sets the initial field data at zero.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/ScatterField.php, line 26
Defines Drupal\charts\Plugin\views\field\ScatterField.

Class

ScatterField
Field handler to provide x and y values for a scatter plot.

Namespace

Drupal\charts\Plugin\views\field

Code

public function query() {
}