1

I have upgraded HighchartsJs to 6.1.0. So i got compelled to upgrade highchart-ng to latest version(1.2.1). Also i added polyfill for angular-component and angular-merge because i am using angular-1.3.17. After the upgrade, rangeSelector which is working on previous versions are not showing now.

Fiddle

$scope.chartConfig = {
    chart: {
        type: 'column'
    },

    rangeSelector: {
        allButtonsEnabled: true,
        selected: 2
    },
            navigator: {
      enabled: true,
      adaptToUpdatedData: false
    },
    title: {
        text: 'Temperature variation by day'
    },

    subtitle: {
        text: 'Demo of all buttons enabled. Even though "YTD" and "1y" don\'t apply since we\'re <br>only showing values within one year, they are enabled to allow dynamic interaction'
    },

    tooltip: {
        valueSuffix: '°C'
    },

    series: [{
        name: 'Temperatures',
        data: data
    }] 
}
Jeff Johny
  • 418
  • 1
  • 5
  • 19

0 Answers0