1<?php
2/**
3 * Default settings for the ApexCharts plugin
4 *
5 * @author Karl Nickel <kazozaagir@gmail.com>
6 */
7
8$conf['width']			= '';
9$conf['height']			= '320px';
10$conf['align']			= 'center';
11