charts.settings.yml in Charts 5.0.x
Same filename in this branch
Same filename and directory in other branches
config/install/charts.settings.yml
10 string references to 'charts.settings'
- Chart::create in src/
Element/ Chart.php - Creates an instance of the plugin.
- ChartConfigItemDefaultWidget::create in src/
Plugin/ Field/ FieldWidget/ ChartConfigItemDefaultWidget.php - Creates an instance of the plugin.
- ChartsApiExample::create in modules/
charts_api_example/ src/ Controller/ ChartsApiExample.php - Instantiates a new instance of this class.
- ChartsBlock::create in modules/
charts_blocks/ src/ Plugin/ Block/ ChartsBlock.php - Creates an instance of the plugin.
- ChartsConfigForm::getEditableConfigNames in src/
Form/ ChartsConfigForm.php - Gets the configuration names that will be editable.
File
config/install/charts.settings.ymlView source
- charts_default_settings:
- library: ''
- type: line
- display:
- title: ''
- colors:
- - '#d8810f'
- - '#0d233a'
- - '#8bbc21'
- - '#910000'
- - '#1aadce'
- - '#492970'
- - '#f28f43'
- - '#77a1e5'
- - '#c42525'
- - '#a6c96a'
- title_position: out
- tooltips: true
- tooltips_use_html: false
- data_markers: false
- data_labels: false
- legend: false
- legend_position: right
- background: ''
- three_dimensional: 0
- polar: 0
- dimensions:
- width: ''
- width_units: '%'
- height: ''
- height_units: ''
- gauge:
- max: '100'
- min: '0'
- green_from: '85'
- green_to: '100'
- yellow_from: '50'
- yellow_to: '85'
- red_from: '0'
- red_to: '50'
- xaxis:
- title: ''
- labels_rotation: '0'
- yaxis:
- title: ''
- min: ''
- max: ''
- prefix: ''
- suffix: ''
- decimal_count: ''
- labels_rotation: '0'