ember-cli-c3-json

0.0.1 • Public • Published

ember-cli-c3

A simple ember-cli wrapper for C3. Inspired by ember-c3.

Installation

ember install:addon ember-cli-c3

Use

{{c3-chart data=data config=config}}

data: The C3 data object which contains the data source (rows, columns, url), type, etc. Anything included in the data hash in the C3 examples goes here.

config: Everything outside of the data hash, such as chart type configuration (eg. a pie chart title, etc).

Additional info

This is meant to be a very thin wrapper around C3 and is currently a very naive implementation without a wide array of support for various C3 functions.

In the future, I hope to make this more extensible so that you can directly access the C3 chart object and call C3 functions (such as unload, etc) directly.

Please feel free to fork this on Github or open an issue if you run into anything bad!

Package Sidebar

Install

npm i ember-cli-c3-json

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • robguilfoyle