{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {assign var=uploadURL value=$config->imageUploadURL|replace:'/persist/contribute/':'/persist/'} {* Display weekly,Quarterly,monthly and yearly contributions using pChart (Bar and Pie) *} {if $chartEnabled and $chartSupported}
{if $outputMode eq 'print' OR $outputMode eq 'pdf'} {else}
{/if}
{/if} {if !$printOnly} {* NO print section starts *} {if !$section} {include file="CRM/common/chart.tpl" divId="chart_$uniqueId"} {/if} {if $chartData} {literal} {/literal} {/if} {/if}