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 5, 2024
1 parent 67572b7 commit 451a697
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 @@ -128,14 +128,6 @@ Check out more chart examples in the [test-app/app/components](test-app/app/comp

We now use dynamic imports to import the Highcharts packages you need based on the `mode` argument passed.

### 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 451a697

Please sign in to comment.