Personal tools

Template:MotifActivitiesInMaraPhase1 mm9: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 38: Line 38:
         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:52, 21 February 2012