Remove unneccessary ids

This commit is contained in:
József Farkas
2016-05-01 11:37:06 +02:00
parent ef393d70dc
commit cddf2a938a

View File

@@ -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>
`