Skip to content

Commit 715c1d5

Browse files
authored
update some images (#356)
1 parent 54827db commit 715c1d5

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Chart(
6767
);
6868
```
6969

70-
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/simple_candle_series.png" alt="candle_series" width="450" height="250">
70+
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/candle_chart_example.png" alt="candle_series" width="450" height="250">
7171

7272

7373
Supply different `Series` for `mainSeries` parameter to switch between chart types (candle, line, etc.).
@@ -80,7 +80,7 @@ Chart(
8080
);
8181
```
8282

83-
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/simple_line_series.png" alt="line_series" width="450" height="250">
83+
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/line_chart_example.png" alt="line_series" width="450" height="250">
8484

8585

8686
### Styling Line/CandleSeries
@@ -114,7 +114,7 @@ Chart(
114114
],
115115
);
116116
```
117-
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/h_and_v_barriers.png" alt="h_and_v_barriers" width="450" height="250">
117+
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/barriers_example.png" alt="h_and_v_barriers" width="450" height="250">
118118

119119
#### Styling Annotations
120120

@@ -149,7 +149,7 @@ Chart(
149149
);
150150
```
151151

152-
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/sample_tick_indicator.png" alt="sample_tick_indicator" width="450" height="250">
152+
<img src="https://raw.githubusercontent.com/deriv-com/flutter-chart/master/doc/images/tick_indicator_example.png" alt="sample_tick_indicator" width="450" height="250">
153153

154154
### Technical Indicators
155155

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)