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 ff25f17 commit 0ff9af4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Chart(
);
```

<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">
<img src="https://github.com/deriv-com/flutter-chart/blob/master/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 @@ -66,7 +66,7 @@ Chart(
);
```

<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">
<img src="https://github.com/deriv-com/flutter-chart/blob/master/doc/images/simple_line_series.png" alt="line_series" width="200" height="300">


### Styling Line/CandleSeries
Expand Down Expand Up @@ -100,7 +100,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">
<img src="https://github.com/deriv-com/flutter-chart/blob/master/doc/images/h_and_v_barriers.png" alt="h_and_v_barriers" width="200" height="300">

#### Styling Annotations

Expand Down Expand Up @@ -138,7 +138,7 @@ 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">
<img src="https://github.com/deriv-com/flutter-chart/blob/master/doc/images/sample_tick_indicator.png" alt="sample_tick_indicator" width="200" height="300">

### Technical Indicators

Expand Down Expand Up @@ -193,7 +193,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">
<img src="https://github.com/deriv-com/flutter-chart/blob/master/doc/images/bb_and_smi_indicators.png" alt="bb_and_smi_indicators" width="200" height="300">

## Available Indicators

Expand Down

0 comments on commit 0ff9af4

Please sign in to comment.