Bad metricsContainer #11

Open
opened 5 months ago by glitch4347 · 0 comments
Owner

It's a bad idea that

// container for panning
    this.metricContainer = clipContatiner
      .append('g')
      .attr('class', 'metrics-rect');
      this.options.callbackComponentRenderEnd(RenderComponent.METRICS_CONTAINER);

we recreate this thing. Also it'sd not obvious where I should render my new svg elements in child Pod

It's a bad idea that ``` // container for panning this.metricContainer = clipContatiner .append('g') .attr('class', 'metrics-rect'); this.options.callbackComponentRenderEnd(RenderComponent.METRICS_CONTAINER); ``` we recreate this thing. Also it'sd not obvious where I should render my new svg elements in child Pod
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.