widana

coba lagi dan lagi1

Dec 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             //Highcharts.chart('yearly_sales_revenue', {
  2.             //    chart: {
  3.             //        type: 'column',
  4.             //        backgroundColor: false,
  5.             //        zoomType: 'xy'
  6.             //    },
  7.             //    title: {
  8.             //        text: '<b>Multipel Salesman Sales Revenue</b>'
  9.             //    },
  10.             //    credits: {
  11.             //        enabled: false
  12.             //    },
  13.             //    navigation: {
  14.             //        buttonOptions: {
  15.             //            theme: {
  16.             //                fill: '#eaeef3',
  17.             //                r: 0,
  18.             //                states: {
  19.             //                    hover: {
  20.             //                        fill: '#bbc4ce'
  21.             //                    },
  22.             //                    select: {
  23.             //                        stroke: '#bbc4ce',
  24.             //                        fill: '#bbc4ce'
  25.             //                    }
  26.             //                }
  27.             //            }
  28.             //        }
  29.             //    },
  30.             //    xAxis: {
  31.             //        categories: ['Thomas', 'Jhonatan', 'Inggrid', 'Adi', 'Angel'],
  32.             //        crosshair: true
  33.             //    },
  34.             //    yAxis: {
  35.             //        //min: 0,
  36.             //        //max:1500000000,
  37.             //        title: {
  38.             //            text: '<b>Nominal Sales Revenue</b>'
  39.             //        },
  40.             //        stackLabels: {
  41.             //            enabled: true,
  42.             //            style: {
  43.             //                fontWeight: 'bold',
  44.             //                color: (Highcharts.theme && Highcharts.theme.textColor) || 'gray'
  45.             //            }
  46.             //        }
  47.             //    },
  48.             //    legend: {
  49.             //        align: 'right',
  50.             //        x: -30,
  51.             //        verticalAlign: 'top',
  52.             //        y: 25,
  53.             //        floating: true,
  54.             //        backgroundColor: (Highcharts.theme && Highcharts.theme.background2) || 'white',
  55.             //        borderColor: '#CCC',
  56.             //        borderWidth: 1,
  57.             //        shadow: false
  58.             //    },
  59.             //    tooltip: {
  60.             //        headerFormat: '<b>{point.x}</b><br/>',
  61.             //        pointFormat: '{series.name}: {point.y:,.2f}<br/>Total: {point.stackTotal:,.2f}'
  62.             //    },
  63.             //    plotOptions: {
  64.             //        column: {
  65.             //            stacking: 'normal',
  66.             //            dataLabels: {
  67.             //                enabled: true,
  68.             //                color: (Highcharts.theme && Highcharts.theme.dataLabelsColor) || 'white'
  69.             //            }
  70.             //        }
  71.             //    },
  72.             //    series: [
  73.             //        {
  74.             //            name:'Januari',
  75.             //            data: [100, 900, 500],
  76.             //            color:'#7463C8',
  77.             //            dataLabels: {
  78.             //                format: '{point.y:,.2f}',
  79.             //                style:{
  80.             //                    fontSize:"15px",
  81.             //                    fontWeight:"bold"
  82.             //                }
  83.             //            }
  84.             //        },
  85.             //        {
  86.             //            name: 'Februari',
  87.             //            data: [100, 100, 500],
  88.             //            color: '#90ED7D',
  89.             //            dataLabels: {
  90.             //                format: '{point.y:,.2f}',
  91.             //                style:{
  92.             //                    fontSize:"15px",
  93.             //                    fontWeight:"bold"
  94.             //                }
  95.             //            }
  96.             //        },
  97.             //        {
  98.             //            name: 'Maret',
  99.             //            data: [300, 100, 500],
  100.             //            color: '#E410A1',
  101.             //            dataLabels: {
  102.             //                format: '{point.y:,.2f}',
  103.             //                style:{
  104.             //                    fontSize:"15px",
  105.             //                    fontWeight:"bold"
  106.             //                }
  107.             //            }
  108.             //        },
  109.             //        {
  110.             //            name:'Target Sales Revenue (Juta)',
  111.             //            type:'line',
  112.             //            color: '#c90202',
  113.             //            data: [100, 900, 500],
  114.             //            tooltip: {
  115.             //                valueSuffix: ' Juta'
  116.             //            }
  117.             //        }]
  118.             //});
Add Comment
Please, Sign In to add comment