Personal tools

Template:MotifActivitiesInMaraPhase1 mm9: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 3: Line 3:
<script type="text/javascript">
<script type="text/javascript">
<!--
<!--
var chart = new Highcharts.Chart({
document.write("Hello World!!");
    chart: {
document.write("{{{motif_activities}}});
        renderTo: 'container',
        defaultSeriesType: 'bar'
    },
    xAxis: {
        categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
    },
    yAxis: { 
    },
    legend: {
        layout: 'vertical',
        floating: true,
        backgroundColor: '#FFFFFF',
        align: 'right',
        verticalAlign: 'top',
        y: 60,
        x: -60
    },
    tooltip: {
        formatter: function() {
            return '<b>'+ this.series.name +'</b><br/>'+
                this.x +': '+ this.y;
        }
    },
    plotOptions: {
    },
    series: [{
        data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]       
    }]
});
// -->
// -->
</script>
</script>
</html>
</html>
{{{motif_activities}}}
{{{motif_activities}}}

Revision as of 11:41, 20 February 2012

{{{motif_activities}}}