public/js/circos.js in sequenceserver-3.0.1 vs public/js/circos.js in sequenceserver-3.1.0
- old
+ new
@@ -1,10 +1,10 @@
import d3 from 'd3';
import Circos from '../packages/circosJS@1.7.0';
import _ from 'underscore';
-import Grapher from './grapher';
+import Grapher from 'grapher';
import * as Helpers from './visualisation_helpers';
import Utils from './utils';
class Graph {
static canCollapse() {
@@ -17,10 +17,10 @@
static className() {
return 'circos';
}
- static collapseId(props) {
+ static graphId(props) {
return 'circos-collapse';
}
static dataName(props) {
return 'Circos-visualisation';