Skip to content

Commit 8c699e2

Browse files
author
pipeline
committed
feature(EJ2-5606): description proper removal
1 parent d35f074 commit 8c699e2

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

samples/circulargauge/annotation/app/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ export class AnnotationsSample extends SampleBase<{}, {}> {
202202
</AxesDirective>
203203
</CircularGaugeComponent>
204204
</div>
205-
<div id="description">
206-
<p>
207-
In this example, you can see how to use annotation in the circular gauge. Annotations are used to mark the specific area
208-
of interest in gauge with texts, shapes or images. In this sample <code>minutes</code> and <code>seconds</code> sub gauges are achieved using <code>annotation</code> feature.
209-
</p>
210-
<br />
211205
</div >
212206
)
213207
}

samples/circulargauge/tooltip/app/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ export class Tooltip extends SampleBase<{}, {}> {
7676
</CircularGaugeComponent>
7777
</div>
7878
</div>
79-
<div id="description">
80-
<p>
81-
In this example, you can see how to show the tooltip for pointer in gauge, to see the tooltip in action, hover pointer or
82-
tap on pointer in touch enabled devices.
83-
</p>
84-
<br />
8579
</div>
8680
)
8781
}

samples/form-validator/default/app/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ export class Default extends SampleBase<{}, {}>{
178178
</form>
179179
</div>
180180
</div>
181-
<div id='description'>
182181
</div>
183182
)
184183
}

0 commit comments

Comments
 (0)