![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-vchart/demo/ |
Upload File : |
absol._({ tag: 'piechart', style: { width: '278px', height: '222.3px' }, props: { colorScheme: 2, pieces: [ { name: "Đạo phật", value: 5, valueText: "1.4%", // fillColor: { // rgba: [ // 0.75, // 0.25, // 0.25, // 1 // ] // } }, { name: "Đạo thiên chúa", value: 9, valueText: "2.5%", // fillColor: { // rgba: [ // 0.25, // 0.25, // 0.75, // 1 // ] // } }, { name: "Không", value: 343, valueText: "96.1%", // fillColor: { // rgba: [ // 0.25, // 0.75, // 0.25, // 1 // ] // } } ] } }).addTo(document.body); absol._({ tag: 'piechart', style: { width: '500px', height: '450px', verticalAlign: 'top', backgroundColor: 'gray' }, props: { resizable: true, contentPadding: 0, pieces: [ { name: 'IE', value: 12, valueText: '12%' }, { name: 'Firefox', value: 15, valueText: '15%' }, { name: 'Other', value: 11, valueText: '11%' }, { name: 'Chrome', value: 61, valueText: '61%' } ] } }).addTo(document.body); absol._({ tag: 'piechart', style: { width: '40vw', height: '60vh', minWidth: '300px', minHeight: '300px' }, props: { title: 'Browser', pieces: [ { name: 'IE', value: 12, valueText: '12%', separated: true }, { name: 'Firefox', value: 15, valueText: '15%' }, { name: 'Other', value: 11, valueText: '11%' }, { name: 'Chrome', value: 61, valueText: '61%' } ] } }).addTo(document.body); absol._({ tag: 'piechart', style: { width: '40vw', height: '60vh', minWidth: '300px', minHeight: '500px' }, props: { title: 'Browser', pieces: [ { name: 'IE', value: 12, valueText: '12%', }, { name: 'Firefox', value: 15, valueText: '15%', separated: true }, { name: 'Other', value: 11, valueText: '11%', separated: true }, { name: 'Chrome', value: 61, valueText: '61%' } ] } }).addTo(document.body); absol._({ tag: 'piechart', style: { width: '40vw', height: '60vh', minWidth: '300px', minHeight: '500px' }, props: { title: 'Browser', pieces: [ { name: 'IE', value: 0, valueText: '', }, { name: 'Firefox', value: 0, valueText: '', separated: true }, { name: 'Other', value: 0, valueText: '', separated: true }, { name: 'Chrome', value: 61, valueText: '61%' } ] } }).addTo(document.body);