From c08442111be1f268b756863591b98b3a9a14133d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Mon, 7 Oct 2024 19:37:25 +0200 Subject: [PATCH] docs: Remove reference to blueprints (#484) - These don't exist anymore. - Fixes #477 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f37537a..22b71ab 100644 --- a/README.md +++ b/README.md @@ -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 -``` - ### Obtaining a Reference to the Chart Instance The `chart` instance is exposed to the yielded content if used in block form: