diff --git a/README.md b/README.md index cd4a82ca5..85c91ae74 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Chart( ); ``` -candle_series +candle_series Supply different `Series` for `mainSeries` parameter to switch between chart types (candle, line, etc.). @@ -80,7 +80,7 @@ Chart( ); ``` -line_series +line_series ### Styling Line/CandleSeries @@ -114,7 +114,7 @@ Chart( ], ); ``` -h_and_v_barriers +h_and_v_barriers #### Styling Annotations @@ -149,7 +149,7 @@ Chart( ); ``` -sample_tick_indicator +sample_tick_indicator ### Technical Indicators diff --git a/doc/images/h_and_v_barriers.png b/doc/images/barriers_example.png similarity index 100% rename from doc/images/h_and_v_barriers.png rename to doc/images/barriers_example.png diff --git a/doc/images/simple_candle_series.png b/doc/images/candle_chart_example.png similarity index 100% rename from doc/images/simple_candle_series.png rename to doc/images/candle_chart_example.png diff --git a/doc/images/simple_line_series.png b/doc/images/line_chart_example.png similarity index 100% rename from doc/images/simple_line_series.png rename to doc/images/line_chart_example.png diff --git a/doc/images/sample_tick_indicator.png b/doc/images/tick_indicator_example.png similarity index 100% rename from doc/images/sample_tick_indicator.png rename to doc/images/tick_indicator_example.png