[an error occurred while processing this directive] JPred: A Protein Secondary Structure Prediction Server: Monthly/daily statistics [an error occurred while processing this directive] $(document).ready(function() { var d = new Date(); var myDate = "Chart initially created on: " + d.toDateString(); var options = { chart: { renderTo: 'containerMonthly', zoomType: 'xy' }, scrollbar: { enabled: true }, navigator: { enabled: true }, rangeSelector: { selected: 1 }, title: { text: 'JPred: Monthly Usage Statistics (updated daily)' }, subtitle: { text: myDate }, rangeSelector : { selected : 1 }, tooltip: { headerFormat: 'N JPred jobs
', pointFormat: ' {point.y}' }, xAxis: { type: 'datetime', minRange: 90 * 24 * 3600000, // 90 days labels: {style: {fontSize:'14px'} } }, yAxis: { type: 'logarithmic', minorTickInterval: 0.1, minPadding: 0.2, maxPadding: 0.2, floor: 0, title: { text: 'n(jobs)', margin: 30, style: {fontSize:'16px'} }, labels: {style: {fontSize:'14px'} } }, legend: { enabled: false }, series: [{ type: 'area', //step: true, name: 'N JPred jobs' }] }; $.getJSON('mystatistics/jpredStatisticsPerMonthAll.json', function(data) { options.series[0].data = data; var chart = new Highcharts.StockChart(options); }); $("#linearMonthly").click(function(){ $('#containerMonthly').highcharts().yAxis[0].update({ type: 'linear'}); }); $("#logarithmicMonthly").click(function(){ $('#containerMonthly').highcharts().yAxis[0].update({ type: 'logarithmic'}); }); }); $(document).ready(function() { var d = new Date(); var myDate = "Chart initially created on: " + d.toDateString(); var options = { chart: { renderTo: 'container', type:'spline', zoomType: 'xy' }, scrollbar: { enabled: true }, navigator: { enabled: true }, rangeSelector: { selected: 1 }, title: { text: 'JPred: Daily Usage Statistics (updated daily)' }, subtitle: { text: myDate }, rangeSelector : { selected : 1 }, xAxis: { type: 'datetime', minRange: 5 * 24 * 3600000, // five days labels: {style: {fontSize:'14px'} } }, yAxis: { type: 'logarithmic', minorTickInterval: 0.1, minPadding: 0.2, maxPadding: 0.2, floor: 0, title: { text: 'n(jobs)', margin: 30, style: {fontSize:'16px'} }, labels: {style: {fontSize:'14px'} } }, legend: { enabled: false }, series: [{ type: 'area', //step: true, name: 'N JPred jobs' }] }; $.getJSON('mystatistics/statPerDay.json', function(data) { options.series[0].data = data; var chart = new Highcharts.StockChart(options); }); $("#linear").click(function(){ $('#container').highcharts().yAxis[0].update({ type: 'linear'}); }); $("#logarithmic").click(function(){ $('#container').highcharts().yAxis[0].update({ type: 'logarithmic'}); }); }); [an error occurred while processing this directive]
Primary citation: Drozdetskiy A, Cole C, Procter J & Barton GJ. Nucl. Acids Res.
(first published online April 16, 2015) doi: 10.1093/nar/gkv332 [link]
More citations: link.
.