Sha256: 67079f9a56a9b8091eb94a5f110329d19fc9ff645dddf64d2f16e98d19d30a0b
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
var data = JSON.parse( $('div#userViewsCount').attr('data-visit-count')); barTip({ selector: 'div#userViewsCount', data: data, width: 960, height: 360, margin: {top: 40, right: 20, bottom: 100, left:40}, flexRight: true, labelAngle: -60, xDomain: 'user', 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/user-counts.js |
audit_rails-2.0.4 | app/assets/javascripts/audit_rails/user-counts.js |