Post
Topic
Board Development & Technical Discussion
Re: Plot "block size = f(block height)"
by
Zeilap
on 20/05/2013, 17:20:03 UTC
You could view source and copy the javascript data.

Code:
series: [{                   
  name: 'MB',
  data: [[1231006505000, 2.71E-4],[1231092905000, 0.0],[1231179305000, 0.0], ... ],
  showInLegend: false               
}]

The data is averaged over the day though, so maybe you need more detail.