def chartJs(self): """ Description: ------------ Interface to chartJs data transformation. This will convert Python object to input data for chartJs charts. :rtype: DataPy.ChartJs """ return DataPy.ChartJs()
# -*- coding: utf-8 -*- import json import sys from epyk.core.data import Data from epyk.core.data import DataPy from epyk.core.data import DataEvent 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()
def chartJs(self): return DataPy.ChartJs()
#!/usr/bin/python # -*- coding: utf-8 -*- import json import sys from epyk.core.data import Data from epyk.core.data import DataPy from epyk.core.data import DataEvent 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() apexCharts = DataPy.ChartJs() plotly = DataPy.Plotly() vis = DataPy.Vis() nvd3 = DataPy.NVD3() c3 = DataPy.C3() bb = DataPy.C3() google = DataPy.Google()