Remove unneccessary ids
This commit is contained in:
@@ -21,7 +21,6 @@ import { Component, OnInit, Input } from 'angular2/core';
|
||||
*ngIf="labels.length === 1"
|
||||
[attr.x]="width / 2"
|
||||
dy="0"
|
||||
id="SvgjsTspan1180"
|
||||
>{{ labels[0] }}</tspan>
|
||||
<tspan
|
||||
*ngIf="labels.length === 2"
|
||||
@@ -29,7 +28,6 @@ import { Component, OnInit, Input } from 'angular2/core';
|
||||
[attr.x]="width / 2"
|
||||
[attr.y]="(0.75 - index * 0.5) * height"
|
||||
dy="0"
|
||||
id="SvgjsTspan1180"
|
||||
>{{ label }}</tspan>
|
||||
</svg:text>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user