Chart2d Interface

class epyk.interfaces.graphs.CompCharts.Chart2d(ui)
property apex: ApexChart

Interface for the ApexChart library.

Category:

Web application

Usage:

Related Pages:

Returns:

A Python ChartJs object

property billboard: Billboard

Interface to the Javascript Billboard module.

This will propose various charts for data analysis and visualisation based on D£. This project has been forked from Billboard.js.

Category:

Analytics, Dataviz

Usage:

Related Pages:

Returns:

A Python Billboard Object

property c3: C3

Interface to the JavaScript C3 module.

Category:

Analytics, Dataviz

Usage:

Related Pages:

Returns:

A Python C3 object

property canvas: Canvas

The HTML <canvas> element is used to draw graphics on a web page.

The graphic to the left is created with <canvas>. It shows four elements: a red rectangle, a gradient rectangle, a multicolor rectangle, and a multicolor text.

Usage:

Related Pages:

property chartJs: ChartJs

Interface for the ChartJs library

Category:

Web application

Usage:

Related Pages:

Returns:

A Python ChartJs object

property d3: D3

D3.js is a JavaScript library for manipulating documents based on data.

Category:

Analytics, Dataviz

Usage:

Related Pages:

property dc: DC

dc.js is a javascript charting library with native crossfilter support, allowing highly efficient exploration on large multi-dimensional datasets (inspired by crossfilter’s demo).

Category:

Analytics, Dataviz

Usage:

Related Pages:

property nvd3: Nvd3

This project is an attempt to build re-usable charts and chart components for d3.js without taking away the power that d3.js gives you.

Category:

Analytics, Web application

Usage:

Related Pages:

Returns:

A Python NVD3 object

property plotly: Plotly2D

Built on top of d3.js and stack.gl, Plotly.js is a high-level, declarative charting library. plotly.js ships with over 40 chart types, including 3D charts, statistical graphs, and SVG maps.

Category:

Analytics, Dataviz

Usage:

Related Pages:

Returns:

A Python Plotly object

property svg: SVG

SVG stands for Scalable Vector Graphics.

SVG defines vector-based graphics in XML format.

Usage:

Related Pages:

property vis: Vis2D

Interface for the Vis library.

Category:

Analytics, Dataviz

Usage:

Related Pages:

Returns:

A Python Vis object