Skip to content

Repository files navigation

ember-simple-charts

Continuous Integration Netlify Status

Simple charts for ember apps

Compatibility

  • Ember.js v6.4 or above
  • Embroider or ember-auto-import v2
  • Node.js v24 or above

Installation

ember install ember-simple-charts

Usage

Data Provider

import Controller from '@ember/controller';

export default class ChartController extends Controller {
  donutData = [
    {
      label: 'Super Cool',
      data: 100,
      description: 'Lorem Ipsum',
    },
    {
      label: 'Very Cool',
      data: 200,
      description: 'Long text description here.',
    },
  ];
}

Template:

<SimpleChart @name='donut' @data={{this.donutData}} />

More examples can be found in this addons dummy application.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

Some easy to use charts made with ember and D3

Resources

Contributing

Stars

7 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages