Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor/web/modules/contrib/charts/src/Element/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/rocksensor/web/modules/contrib/charts/src/Element/ChartAxisBase.php

<?php

namespace Drupal\charts\Element;

use Drupal\Core\Render\Element\RenderElementBase;

/**
 * Provides a chart render element.
 */
abstract class ChartAxisBase extends RenderElementBase {

  /**
   * {@inheritdoc}
   */
  public function getInfo(): array {
    return [
      // Options: linear, logarithmic, datetime, labels.
      '#axis_type' => '',
      '#title' => '',
      '#title_color' => '#000',
      // Options: normal, bold.
      '#title_font_weight' => 'normal',
      // Options: normal, italic.
      '#title_font_style' => 'normal',
      '#title_font_size' => 12,
      // CSS value for font size, e.g. 1em or 12px.
      '#labels' => NULL,
      '#labels_color' => '#000',
      // Options: normal, bold.
      '#labels_font_weight' => 'normal',
      // Options: normal, italic.
      '#labels_font_style' => 'normal',
      // CSS value for font size, e.g. 1em or 12px.
      '#labels_font_size' => NULL,
      // Integer rotation value, e.g. 30, -60 or 90.
      '#labels_rotation' => NULL,
      '#grid_line_color' => '#ccc',
      '#base_line_color' => '#ccc',
      '#minor_grid_line_color' => '#e0e0e0',
      // Integer max value on this axis.
      '#max' => NULL,
      // Integer minimum value on this axis.
      '#min' => NULL,
      // Display axis on opposite normal side.
      '#opposite' => FALSE,
    ];
  }

}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net