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