From acd28ca5c96ce7a93e0f668ce93f23649fa9250c Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Tue, 7 Jun 2016 10:48:55 -0700 Subject: [PATCH] add revenue totals below charts per #1348 --- _includes/location/section-revenue.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/location/section-revenue.html b/_includes/location/section-revenue.html index 166babeb5..bd0e6696f 100644 --- a/_includes/location/section-revenue.html +++ b/_includes/location/section-revenue.html @@ -71,7 +71,7 @@

Federal fees assessed for commodities

{% assign commodity_slug = commodity[0] | slugify %}
-

{{ commodity_name }}

+

{{ commodity_name }}

{% assign annual_revenue = commodity[1] %} @@ -85,6 +85,10 @@

{{ commodity_name }}

x-range="{{ year_range }}" selected="{{ year }}"> +
+ {{ year }} + ${{ annual_revenue[year].revenue | default: 0 | intcomma }} +