Closed MichalBryxi closed 3 weeks 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:
@MichalBryxi I don't think v2 addons support blueprints, so we should probably remove reference to them.
Cool. Here ya go: @RobbieTheWagner https://github.com/ahmadsoe/ember-highcharts/pull/484
In this part of README.md it is said that there a blueprints available:
but in this commit (converstion to v2 addon) the blueprints seem to be deleted.
Moreover when I try running said line I will get:
Should we: