Template:MotifActivitiesInMaraPhase1 mm9: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
name: 'Values', | name: 'Values', | ||
data: [</html>{{{motif_activities}}}<html>] | data: [</html>{{{motif_activities}}}<html>] | ||
}] | }], | ||
plotOptions: { | |||
series: { | |||
cursor: 'pointer', | |||
point: { | |||
events: { | |||
click: function() { | |||
hs.htmlExpand(null, { | |||
pageOrigin: { | |||
x: this.pageX, | |||
y: this.pageY | |||
}, | |||
headingText: this.series.name, | |||
maincontentText: Highcharts.dateFormat('%A, %b %e, %Y', this.x) +':<br/> '+ | |||
this.y +' visits', | |||
width: 200 | |||
}); | |||
} | |||
} | |||
}, | |||
marker: { | |||
lineWidth: 1 | |||
} | |||
}); | }); | ||
// --> | // --> | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 00:50, 21 February 2012