Browse Source

debug

merge-requests/1/merge
rozetko 3 years ago
parent
commit
104f7aeead
  1. 2
      dist/index.js
  2. 1
      src/index.ts

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

1
src/index.ts

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

Loading…
Cancel
Save