def __init__(self): Wrapper.__init__(self, lib='highstock') #default config self.credits.enabled = False self.exporting.enabled = True self.chart.animation = False self.plotOptions.series.animation = False self.plotOptions.line.animation = False self.plotOptions.column.animation = False
def __init__(self): Wrapper.__init__(self, lib='highcharts') #default config self.credits.enabled = False self.exporting.enabled = True self.chart.animation = False self.series.animation = False self.plotOptions.series.animation = False self.plotOptions.line.animation = False self.plotOptions.column.animation = False self.plotOptions.bar.animation = False self.plotOptions.pie.animation = False self.plotOptions.scatter.animation = False self.plotOptions.bubble.animation = False self.plotOptions.treemap.animation = False
def __init__(self): Wrapper.__init__(self)