Skip to content

Commit

Permalink
update some images (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin-deriv authored Dec 25, 2024
1 parent 54827db commit 715c1d5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Chart(
);
```

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


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

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


### Styling Line/CandleSeries
Expand Down Expand Up @@ -114,7 +114,7 @@ Chart(
],
);
```
<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">
<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">

#### Styling Annotations

Expand Down Expand Up @@ -149,7 +149,7 @@ Chart(
);
```

<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">
<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">

### Technical Indicators

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 715c1d5

Please sign in to comment.