Skip to content

Commit

Permalink
docs: Remove reference to blueprints
Browse files Browse the repository at this point in the history
- These don't exist anymore.
- Fixes #477
  • Loading branch information
MichalBryxi committed Oct 4, 2024
1 parent 54aee88 commit 5fcf0e0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,6 @@ export default function (defaultOptions) {
}
```

### Generating Chart Components

Ember-highcharts also provides blueprints to easily create sub-classes of the default high-charts component.

```bash
ember generate chart <chart-name>
```

### Obtaining a Reference to the Chart Instance

The `chart` instance is exposed to the yielded content if used in block form:
Expand Down

0 comments on commit 5fcf0e0

Please sign in to comment.