About the "charts" section of the site (
https://blockchain.info/charts ):
1. The CSV data for the chart "Average Transactions per Block" is formatted with 1 decimal, but that decimal is always zero. Possibly an integer division which shoud have been float?
2. Could you provide a chart with "Number of Blocks per Day"? (It can be computed from "Average Transactions per Block" and "Number of Transactions per Day", but that would give an approximate result, whereas the number of blocks is an exact integer.)
3. The cursor-tracking label on the interactive plots shows only the value (Y axis). The date (X axis) must be guessed. Could it be shown in the cursor-tracking label too, e.g. below the value?
Thanks...