11.1.2 • Published 2 months ago

ember-simple-charts v11.1.2

Weekly downloads
488
License
MIT
Repository
github
Last release
2 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.8 or above
  • Ember CLI v4.4 or above
  • Node.js v16 or above

Installation

ember install ember-simple-charts

Usage

Data Provider

import Ember from 'ember';

const { Controller } = Ember;

export default Controller.extend({
  donutData: [
    {
      label: 'Super Cool',
      data: 100,
      description: 'Lorem Ipsum'
    },
    {
      label: 'Very Cool',
      data: 200,
      description: 'Long text description here.'
    },
  ],
});

Template:

  {{simple-chart height=250 width=250 name='donut' data=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.

11.1.2

2 months ago

11.0.0

7 months ago

11.0.1

7 months ago

10.3.0

1 year ago

10.2.0

1 year ago

10.1.0

2 years ago

10.0.0

2 years ago

9.0.3

2 years ago

9.0.2

2 years ago

8.0.0

3 years ago

7.0.0

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.0.0

5 years ago

0.20.0

5 years ago

0.19.1

5 years ago

0.19.0

5 years ago

0.18.0

5 years ago

0.17.0

6 years ago

0.16.0

6 years ago

0.15.1

6 years ago

0.15.0

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.3

6 years ago

0.12.2

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago

0.11.2

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago