LocusEnergy / ember-sparkles

Collection of composable D3 components built with ember-d3-helpers
http://locusenergy.github.io/ember-sparkles/#/line-chart
MIT License
56 stars 9 forks source link

rename `*-accessor` => `*-key` #24

Closed ghost closed 8 years ago

ghost commented 8 years ago

we use things like inputAccessor, outputAccessor, groupAccessor in a few places - inputKey, outputKey, groupKey is a bit less awkward to say as well as shorter :-)

ghost commented 8 years ago

this also follows the naming convention within D3

ghost commented 8 years ago

@taras what do you think about this?

taras commented 8 years ago

I'm for it! 👍