Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin-deriv authored Dec 24, 2024
1 parent 8f3a4f9 commit e4a4518
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Chart(
);
```

<img src="https://github.com/deriv-com/flutter-chart/blob/ramin/prepare_for_publish/doc/images/simple_candle_series.png" alt="live_update" width="300" height="400">
<img src="https://github.com/deriv-com/flutter-chart/blob/ramin/prepare_for_publish/doc/images/simple_candle_series.png" alt="candle_series" width="200" height="300">


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

<img src="https://github.com/deriv-com/flutter-chart/blob/ramin/prepare_for_publish/doc/images/simple_line_series.png" alt="live_update" width="300" height="400">
<img src="https://github.com/deriv-com/flutter-chart/blob/ramin/prepare_for_publish/doc/images/simple_line_series.png" alt="line_series" width="200" height="300">


### Styling Line/CandleSeries
Expand Down Expand Up @@ -98,6 +98,7 @@ Chart(
],
);
```
<img src="https://github.com/deriv-com/flutter-chart/blob/ramin/prepare_for_publish/doc/images/h_and_v_barriers.png" alt="h_and_v_barriers" width="200" height="300">

#### Styling Annotations

Expand Down Expand Up @@ -135,6 +136,8 @@ Chart(
);
```

<img src="https://github.com/deriv-com/flutter-chart/blob/ramin/prepare_for_publish/doc/images/sample_tick_indicator.png" alt="sample_tick_indicator" width="200" height="300">

### Indicators

Here's a comprehensive example showing how to use multiple indicators with different configurations:
Expand Down Expand Up @@ -188,6 +191,7 @@ Chart(
granularity: 60, // 1 minute candles
);
```
<img src="https://github.com/deriv-com/flutter-chart/blob/ramin/prepare_for_publish/doc/images/bb_and_smi_indicators.png" alt="bb_and_smi_indicators" width="200" height="300">

### Drawing Tools

Expand Down

0 comments on commit e4a4518

Please sign in to comment.