Skip to content

Commit 29ccca7

Browse files
author
pipeline
committed
feature(EJ2-5386): Added description changes to chart.
1 parent 8a564b8 commit 29ccca7

File tree

102 files changed

+132
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+132
-118
lines changed

src/chart/adindicator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates Accumulation Distribution indicator in the chart.
3+
This sample illustrates a stock chart with candle series and an accumulation distribution indicator. Trackball shows the information about the stock and signal value of a day.
44
</p>
55
</div>
66
<div class="control-section">

src/chart/area-empty.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates area series with empty points.
3+
This sample illustrates an area series with empty points.
4+
Data points with null points are dropped here.
45
</p>
56
</div>
67
<div class="control-section">

src/chart/area.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates area series type in the chart.
3+
This sample visualizes the data about average sales comparison of two products by using default area series in the chart.
4+
Legend in the sample shows the information about the series.
45
</p>
56
</div>
67
<div class="control-section">

src/chart/atrindicator.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates Average True Range indicator in the chart.
3+
This sample illustrates a stock chart with candle series and an average true range indicator.
4+
Trackball shows the information about the stock and signal value of a day.
45
</p>
56
</div>
67
<div class="control-section">

src/chart/bar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates bar series type in the chart.
3+
This sample visualizes the data about UK trade in food groups of the year 2015 with default bar series in the chart.
4+
Data points values are showed by using data label.
45
</p>
56
</div>
67
<div class="control-section">

src/chart/bollinger.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates Bollinger Band indicator in the chart.
3+
This sample illustrates a stock chart with candle series and a Bollinger band indicator.
4+
Trackball shows the information about the stock, signalline, upperline, and lowerline value of a day.
45
</p>
56
</div>
67
<div class="control-section">

src/chart/box-whisker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates box and whisker series for a employee's age group for various departments in a country. Mode of box and whisker series can be changed by <code>Mode</code> in property panel. To display the mean value in a series enable the <code>Mean</code> in the property panel.
3+
This sample visualizes the employees’ age group in various departments of a country with box and whisker type series in the chart. Mode of box and whisker series can be changed by <code>Mode</code> in property panel. To display the <code>mean</code> value in a series, enable the Mean in the property panel.
44
</p>
55
</div>
66
<div class="control-section">

src/chart/bubble.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates bubble series for comparision of GDP and literacy rate for different countries.
3+
This sample visualizes the Literacy Rate and GDP Growth Rate of world countries by using bubble series in the chart. Tooltip shows the information about the countries.
44
</p>
55
</div>
66
<div class="control-section">

src/chart/candle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates candle series in the chart.
4-
</p>
3+
This sample visualizes the AAPL historical data with default candle series in the chart. Tooltip and crosshair show the information about the data and period.
4+
</p>
55
</div>
66
<div class="control-section">
77
<div align='center'>

src/chart/category.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="action-description">
22
<p>
3-
This sample demonstrates rendering of category axis for a chart by using internet users of different country.
3+
This sample demonstrates the rendering of category axis in the chart with internet users of different countries.
44
</p>
55
</div>
66
<div class="control-section">

0 commit comments

Comments
 (0)