Browse Source

debug

merge-requests/1/merge
rozetko 4 years ago
parent
commit
13b8c3db52
  1. 2
      dist/index.js
  2. 2
      src/index.ts

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

2
src/index.ts

@ -79,7 +79,7 @@ export class ChartwerkGaugePod extends ChartwerkPod<GaugeTimeSerie, GaugeOptions
get _minWH(): number { get _minWH(): number {
console.log(this.width, this.height); console.log(this.width, this.height);
console.log(this.d3Node.node()) console.log(this.d3Node)
return _.min([0.6 * this.width, this.height]); return _.min([0.6 * this.width, this.height]);
} }

Loading…
Cancel
Save