Great extension. Thanks! .. One additional feature that I think would be easy to implement would be to have the extension save the data locally to a csv file that could also be used by outside processes to do more with the data.
For example.. line 144 of ../w/extensions/wiretap/modules/charts/ext.wiretap.charts.js
is var myLineChart = new Chart( ctx ).Line( data, options );
.
Is the variable data
the data i'm interested in?
Could a line be added below 145 that would write that data to a file?
Could it be that straightforward?