OS : Linux
PHP Version : 7.4.33
Software : Apache/2.4.6 (CentOS) PHP/7.4.33
Information System : 0 ? 100.0 / (float) $n : 100.0;
$y_max = 0;
foreach ($data as $tick) {
$y_max = max($y_max, $tick->pageviews);
}
$y_max_nice = $this->get_magnitude($y_max);
$padding_top = 6;
$padding_bottom = 24;
$padding_left = 4 + strlen(number_format_i18n($y_max_nice)) * 8;
$inner_height = $height - $padding_top - $padding_bottom;
$height_modifier = $y_max_nice > 0 ? $inner_height / $y_max_nice : 1;
$dateFormat = (string) get_option('date_format', 'Y-m-d');
?>