Ejemplo n.º 1
0
    def bb(self):
        """
    Description:
    ------------
    Interface to Billboard data transformation.

    This will convert Python object to input data for Billboard charts.

    :rtype: DataPy.C3
    """
        return DataPy.C3()
Ejemplo n.º 2
0
from epyk.core.js.objects.JsData import Datamap
from epyk.core.js.JsLocation import URLSearchParams


# Shortcut data in the framework.
# All those features are available in the report object but this allow a shortcut when the context is not necessary
chartJs = DataPy.ChartJs()

plotly = DataPy.Plotly()

vis = DataPy.Vis()

nvd3 = DataPy.NVD3()

c3 = DataPy.C3()

bb = DataPy.C3()

google = DataPy.Google()

datatable = DataPy.Datatable()

events = DataEvent.DataEvents()

configs = DataEvent.DataConfig()

loops = DataEvent.DataLoops()

primitives = DataEvent.DataPrimitives()
Ejemplo n.º 3
0
Archivo: Data.py Proyecto: ylwb/epyk-ui
 def bb(self):
     return DataPy.C3()
Ejemplo n.º 4
0
Archivo: Data.py Proyecto: ylwb/epyk-ui
 def c3(self):
     return DataPy.C3()