Highcharts Demo

author(s): Torstein Hønsi

by Kondal Durgam

HTML

<script src="https://code.highcharts.com/highcharts.js"></script>

<div id="container" style="height: 400px"></div>

JavaScript

Highcharts.chart('container', {

    subtitle: {
        text: 'This is the subtitle',
        floating: true,
        align: 'center',
        y: 200
        
    },

    

    
});