Sha256: 20b3dbb84ea5ca63f39b636c7be42bb071512eed5555495fcaa5dac32082d155
Contents?: true
Size: 618 Bytes
Versions: 2
Compression:
Stored size: 618 Bytes
Contents
function pageViewsForUser(userName){ var data = JSON.parse( $('a[data-user="'+ userName +'"]').attr('data-page-visits')); barTip({ selector: 'div#pageViewsByUser', data: data, width: 960, height: 360, margin: {top: 40, right: 20, bottom: 100, left:40}, flexRight: true, labelAngle: -60, xDomain: 'page', yDomain: 'count', yAxisText: 'Page Views', tipLabel: '', tipValue: 'count', tipText: 'Page views' }); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
audit_rails-2.0.5 | app/assets/javascripts/audit_rails/page-views-for-user.js |
audit_rails-2.0.4 | app/assets/javascripts/audit_rails/page-views-for-user.js |