예제 #1
0
파일: _highstock.py 프로젝트: garaud/ezhc
    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
예제 #2
0
파일: _highcharts.py 프로젝트: garaud/ezhc
    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
예제 #3
0
파일: _vis3d.py 프로젝트: Konubinix/ezvis3d
 def __init__(self):
     Wrapper.__init__(self)