Skip to content

Instantly share code, notes, and snippets.

import Ember from 'ember';
import Component from 'ember-component';
import {arc, pie} from 'd3-shape';
import { select } from 'd3-selection';
import { scaleOrdinal, schemeCategory10 } from 'd3-scale';
export default Component.extend({
didInsertElement() {