chart
D3.js – using an advanced chart library in Tizen
PUBLISHED
Introduction
- Read more about D3.js – using an advanced chart library in Tizen
Charts for Tizen Web app
PUBLISHED
Introduction
Charts are a great way to view data. Using charts, not only we can summarize huge data but also get a more pleasant view of it. App that is based on data collection and processing can be made more interactive and visually attractive by using charts.
Chart.js
Chart.js is an open source (MIT) JavaScript library for displaying beautiful charts in HTML5 applications. The charts are rendered on HTML5 canvas element. It is supported in web, mobile and tablet. It offers most common type of charts like line, bar, pie etc.
Create animated charts with Chart.js
PUBLISHED
This article describes the Chart JavaScript library and how to create a Tizen Web application using it.
Introduction
Chart JS is a super lightweight, dependency free JavaScript library that uses HTML5 canvas element to visualize your data in the form of charts. It's a responsive, modular and well documented tool available under the MIT license.