Skip to content

PhilippGembe/openui5-charting-custom-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenUI5 Custom Controls for charting

This sample OpenUI5 web app demonstrated custom UI controls that act as wrapper for charting libraries. It shows you how to integrate simple charts into OpenUI5 apps.

Installation

Clone this repository locally, open up the command line/terminal in the root folder and execute the following command to download required dependencies:

npm install

Note: You need to have NodeJS installed

Next, execute the following command to run a local server with the sample application:

grunt

Finally, access http://localhost:8080/index.html from your browser.

C3.js

Custom UI control wrapping C3.js, a D3-based reusable chart library.

Usage

Here's how to use the C3.js custom control:

<agraebe.custom.control:ChartJSControl width="400" height="200" responsive="true" chartType="Line" data="{some>/path}"/>

Notes: -Width & height only used for ratio of the chart. However, it is ignored in case responsive="true"

Chart.js

Custom UI control wrapping Chart.js, a simple, clean and engaging chart library for designers and developers.

Usage

Here's how to use the Chart.js custom control:

<agraebe.custom.control:C3JSControl data="{some>/path}"/>

Todos

  • Advance C3.js control to use data-binding for labels
  • Advance C3.js control to include further chart types

About

This project shows how to use C3.js and Chart.js within OpenUI5 projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published