~openerp-dev/openerp-web/6.1-web-custo-tfr

« back to all changes in this revision

Viewing changes to addons/web_graph/static/src/js/graph.js

[MERGE] fix scroll up

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        if (this.group_field) {
71
71
            fs.push(this.group_field);
72
72
        }
73
 
        return fs;
 
73
        return _.uniq(fs);
74
74
    },
75
75
    on_loaded: function() {
76
76
        this.chart = this.fields_view.arch.attrs.type || 'pie';