DJWassink / freeboard-c3-charts

Widget for creating C3 charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freeboard widget for C3

Widget for creating C3 charts

Note

This is still a WIP and some functions might not work!

Usage

Add the script to your html file and you are ready to go! All that you need to get going is some data, this goes in the CHART COLUMNS input.

[
	['data1', 20, 200, 150, 300, 200],
	['data2', 400, 500, 250, 700, 300],
]

Example

About

Widget for creating C3 charts


Languages

Language:JavaScript 100.0%