ahmadsoe / ember-highcharts

A Highcharts, HighStock and HighMaps component for ember cli
https://ahmadsoe.github.io/ember-highcharts/
MIT License
139 stars 86 forks source link

Blueprints? #477

Closed MichalBryxi closed 3 weeks ago

MichalBryxi commented 1 month ago

In this part of README.md it is said that there a blueprints available:

> ember generate chart <chart-name>

but in this commit (converstion to v2 addon) the blueprints seem to be deleted.

Moreover when I try running said line I will get:

> pnpm exec ember generate chart time-series
Unknown blueprint: chart

Should we:

  1. Delete said reference as it's no longer up-to-date?
  2. Delete all other (linting, gitignore, etc.) references to blueprints?
RobbieTheWagner commented 4 weeks ago

@MichalBryxi I don't think v2 addons support blueprints, so we should probably remove reference to them.

MichalBryxi commented 4 weeks ago

Cool. Here ya go: @RobbieTheWagner https://github.com/ahmadsoe/ember-highcharts/pull/484