Skip to content

Instantly share code, notes, and snippets.

View ekalinichev's full-sized avatar

Egor Kalinichev ekalinichev

View GitHub Profile
@ekalinichev
ekalinichev / component.coffee
Created April 27, 2015 14:07
Ember code sample
`import Ember from 'ember'`
PLOT_CONTAINER_SELECTOR = '.plot-container'
LEGEND_CONTAINER_SELECTOR = '.legend-container'
OPTIONS = {
series: {
pie: {
show: true
innerRadius: 0.5