<?php
$lang['width']          = 'Default chart width (pixels)';
$lang['height']         = 'Default chart height (pixels)';
$lang['colorScheme']    = 'Default color scheme';
$lang['minScale']       = 'Minimum scale value';
$lang['maxScale']       = 'Maximum scale value';
$lang['legendPosition'] = 'Legend position';
$lang['borderWidth']    = 'Line border width';
$lang['pointRadius']    = 'Data point size';
$lang['fillOpacity']    = 'Fill opacity (0-1)';
$lang['containerBg']    = 'Container background (color or "transparent")';
$lang['chartBg']        = 'Chart background (color or "transparent")';
