Skip to content

Commit

Permalink
doc: replace ci status badge (#182)
Browse files Browse the repository at this point in the history
* docs: replace ci status badge

* docs: correct typo
  • Loading branch information
derrabauke authored Jul 4, 2023
1 parent 625a50f commit 036a9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ember Chart

[![Build Status](https://travis-ci.org/aomran/ember-cli-chart.svg)](https://travis-ci.org/aomran/ember-cli-chart)
[![CI](https://github.com/aomran/ember-cli-chart/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/aomran/ember-cli-chart/actions/workflows/ci.yml)
[![Ember Observer Score](https://emberobserver.com/badges/ember-cli-chart.svg)](https://emberobserver.com/addons/ember-cli-chart)

This Ember CLI addon is a simple wrapper for [ChartJS](http://www.chartjs.org/) (v3.5).
Expand Down Expand Up @@ -30,7 +30,7 @@ In your handlebars template just do:
@height={{CHARTHEIGHT}}
@plugins={{CHARTPLUGINS}}
@customLegendElement={{CUSTOMLEGENDELEMENT}}
}}
/>
```

- CHARTTYPE: String; one of the following -- `line`, `bar`, `radar`, `polarArea`, `pie` or `doughnut`.
Expand Down

0 comments on commit 036a9d3

Please sign in to comment.