public function ChartInterface::preRender in Charts 8.4
Same name and namespace in other branches
- 5.0.x src/Plugin/chart/Library/ChartInterface.php \Drupal\charts\Plugin\chart\Library\ChartInterface::preRender()
Pre render.
Parameters
array $element: The element.
Return value
array The chart element.
5 methods override ChartInterface::preRender()
- Billboard::preRender in modules/
charts_billboard/ src/ Plugin/ chart/ Library/ Billboard.php - Pre render.
- C3::preRender in modules/
charts_c3/ src/ Plugin/ chart/ Library/ C3.php - Pre render.
- Chartjs::preRender in modules/
charts_chartjs/ src/ Plugin/ chart/ Library/ Chartjs.php - Pre render.
- Google::preRender in modules/
charts_google/ src/ Plugin/ chart/ Library/ Google.php - Pre render.
- Highcharts::preRender in modules/
charts_highcharts/ src/ Plugin/ chart/ Library/ Highcharts.php - Pre render.
File
- src/
Plugin/ chart/ Library/ ChartInterface.php, line 40
Class
- ChartInterface
- Defines an interface for Chart plugins.
Namespace
Drupal\charts\Plugin\chart\LibraryCode
public function preRender(array $element);