Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The main difference is that because we use Ember's object model throughout our charts, it is very easy to extend them and tie them in to your application with bindings and computed properties in a generic way. For example binding the charts interval to a dropdown is just a matter of declaring a binding in you handlebars:

  {{time-series-chart
    barData=barData
    lineData=lineData
    selectedInterval=selectedInterval
  }}


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: