comparison src/DML/MainVisBundle/Resources/assets/marionette/modules/GraphicsRenderingModule/GraphicsRenderingModule.20-Renderer.chord-seq.od-grid.js @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 "use strict";
2
3 App.module("GraphicsRenderingModule", function(GraphicsRenderingModule, App, Backbone, Marionette, $, _, Logger) {
4
5 GraphicsRenderingModule.addInitializer(function(options) {
6
7 GraphicsRenderingModule.registerRenderer({
8 id : "chord-seq.od-grid",
9 inherit : "chord-seq._",
10
11 defaultVegaConfig: {
12 // chordSize – calculated based on width
13 // chordGapSize – calculated based on width
14
15 },
16
17 _formVC: function(vc, data, options) {
18 throw "not implemented";
19 },
20 });
21 });
22 }, Logger);