cms/app-client/app/components/visu-langues.js
changeset 532 1190ea937f2d
parent 467 762fc0eb4946
child 543 aaaf9b0b09f6
equal deleted inserted replaced
531:48f5380c26d0 532:1190ea937f2d
     2 import * as d3 from  'd3-selection';
     2 import * as d3 from  'd3-selection';
     3 import * as d3h from 'd3-hierarchy';
     3 import * as d3h from 'd3-hierarchy';
     4 import * as d3s from 'd3-scale';
     4 import * as d3s from 'd3-scale';
     5 import * as d3t from 'd3-transition';
     5 import * as d3t from 'd3-transition';
     6 import * as d3e from 'd3-ease';
     6 import * as d3e from 'd3-ease';
     7 import _ from 'lodash/lodash';
     7 import _ from 'lodash';
     8 
     8 
     9 // inspired by http://bl.ocks.org/ganeshv/6a8e9ada3ab7f2d88022
     9 // inspired by http://bl.ocks.org/ganeshv/6a8e9ada3ab7f2d88022
    10 // and https://bost.ocks.org/mike/treemap/
    10 // and https://bost.ocks.org/mike/treemap/
    11 export default Ember.Component.extend({
    11 export default Ember.Component.extend({
    12 
    12