Giving Type Breakdown Widget ============================ The Giving Type Breakdown widget displays a bar chart showing the past eight weeks of different giving types. The types included are those you specify on the basis of bundle types. Giving types are indicated by color according to the legend at the bottom of the chart. The date is also shown at the bottom, along the horizontal axis, under each bar of the chart. The widget utilizes an HTML file, SQL script and Python script as shown below. Since the giving data is the same for all users, Caching should be set to **all users**. To customize the widget, you will need to change line 2 of the Python script with the fund ID desired. Video ----- Below is a short video demonstrating some of the features of this widget. .. raw:: html | HTML Code --------- Below is the HTML code for the Giving Type Breakdown widget. As supplied by TouchPoint, the file name is **WidgetGivingTypeBreakdownHTML**. .. literalinclude:: Files/WidgetGivingTypeBreakdown.html :linenos: SQL Script ---------- Below is the SQL script for the Giving Type Breakdown widget. As supplied by TouchPoint, the file name is **WidgetGivingTypeBreakdownSQL**. .. literalinclude:: Files/WidgetGivingTypeBreakdown.sql :linenos: Python Script ------------- Below is the Python script for the Giving Type Breakdown widget. As supplied by TouchPoint, the file name is **WidgetGivingTypeBreakdownPython**. .. literalinclude:: Files/WidgetGivingTypeBreakdown.py :linenos: | | +--------------------+------------------+ | **Latest Update** | **08/12/2020** | +--------------------+------------------+ Added video.