12.1.1 • Published 3 months ago

ember-simple-charts v12.1.1

Weekly downloads
488
License
MIT
Repository
github
Last release
3 months ago

ember-simple-charts

Continuous Integration This project is using Percy.io for visual regression testing. Netlify Status

Simple charts for ember apps

Compatibility

  • Ember.js v4.12 or above
  • Ember CLI v4.12 or above
  • Node.js v18 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.

12.1.1

3 months ago

12.1.0

5 months ago

12.0.0

7 months ago

11.1.2

1 year ago

11.0.0

2 years ago

11.0.1

2 years ago

10.3.0

2 years ago

10.2.0

2 years ago

10.1.0

3 years ago

10.0.0

3 years ago

9.0.3

3 years ago

9.0.2

3 years ago

8.0.0

4 years ago

7.0.0

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.3

5 years ago

2.0.2

6 years ago

2.0.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.0.0

6 years ago

0.20.0

6 years ago

0.19.1

6 years ago

0.19.0

6 years ago

0.18.0

6 years ago

0.17.0

7 years ago

0.16.0

7 years ago

0.15.1

7 years ago

0.15.0

7 years ago

0.14.0

7 years ago

0.13.0

7 years ago

0.12.3

7 years ago

0.12.2

7 years ago

0.12.1

7 years ago

0.12.0

7 years ago

0.11.2

7 years ago

0.11.1

7 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.0

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago