From 6849bd0b34db2341fa3e99707dc32b1facdd7da2 Mon Sep 17 00:00:00 2001 From: Sophia Schröder Date: Mon, 10 Dec 2018 22:11:50 +0100 Subject: Related: tdf#121173 double spaces in sentences Change-Id: I3bbcb7c64473be6ae9ffa165d448ed90a9a67b1d Reviewed-on: https://gerrit.libreoffice.org/64899 Tested-by: Jenkins Reviewed-by: Sophie Gautier Reviewed-by: Olivier Hallot --- source/text/schart/01/type_stock.xhp | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/source/text/schart/01/type_stock.xhp b/source/text/schart/01/type_stock.xhp index e5808ffd2f..7609554982 100644 --- a/source/text/schart/01/type_stock.xhp +++ b/source/text/schart/01/type_stock.xhp @@ -1,6 +1,5 @@ - - - - + + Chart Type Stock /text/schart/01/type_stock.xhp @@ -33,7 +31,7 @@ mw added one entry Chart Type Stock - On the first page of the Chart Wizard you can choose a chart type. + On the first page of the Chart Wizard you can choose a chart type.
@@ -205,11 +203,10 @@ The open, low, high, and closing values of a row build together one data unit in the chart. A stock price data series consists of several rows containing such data units. The column containing the transaction volume builds an optional second data series. Depending on the chosen variant, you do not need all columns. Stock Chart Variants - Choose the Stock chart type on the first page of the Chart wizard. Then select one of the four variants. + Choose the Stock chart type on the first page of the Chart Wizard. Then select one of the four variants. Type 1 - Based on low - and high column the Type 1 shows the distance between bottom price (low) and top price (high) by a vertical line. - Based on low, high, and close column Type 1 shows an additional horizontal mark for the closing price. + Based on low and high column the Type 1 shows the distance between bottom price (low) and top price (high) by a vertical line. + Based on low, high, and close column Type 1 shows an additional horizontal mark for the closing price. Type 2 Based on open, low, high, and close column Type 2 generates the traditional "candle stick" chart. Type 2 draws the vertical line between the bottom and top price and adds a rectangle in front, which visualizes the range between the opening and closing price. If you click on the rectangle you see more information in the status bar. %PRODUCTNAME uses different fill colors for rising values (the opening price is lower than the closing price) and falling values. Type 3 @@ -219,14 +216,14 @@ Because measurement for transaction volume might be "units", a second y axis is introduced in chart Type 3 and Type 4. The price axis is shown on the right side and the volume axis on the left side. Setting the Data Source Charts based on its own data - To change the data series of a chart having its own data, choose Chart Data Table from the View menu or from the context menu of the chart in edit mode. + To change the data series of a chart having its own data, choose Chart Data Table from the View menu or from the context menu of the chart in edit mode. In an embedded chart data table, the data series are always organized in columns. - For a new stock chart first use a column chart. Add the columns you need and enter your data in the order which is shown in the example, omitting any columns not required for the desired variant. Use Move Series Right to change the column order. Close the chart data table. Now use the Chart Type dialog to change to the stock chart variant. + For a new stock chart first use a column chart. Add the columns you need and enter your data in the order which is shown in the example, omitting any columns not required for the desired variant. Use Move Series Right to change the column order. Close the chart data table. Now use the Chart Type dialog to change to the stock chart variant. If you have already got a stock chart and you want to change the variant, then first change the chart type to a column chart, add or remove columns so that it fits to the variant, and then change the chart type back to a stock chart.Watch issue 72433 to see whether a change in the handling is done. Do not write the name of a data series in a row. Write the name into the field above the role name. The order of the rows determines how the categories are arranged in the chart. Use Move Row Down to change the order. Charts based on Calc or Writer tables - You can choose or alter a data range on the second page of the Chart wizard or in the Data Range dialog. For fine tuning use the Data Series dialog. + You can choose or alter a data range on the second page of the Chart Wizard or in the Data Range dialog. For fine tuning use the Data Series dialog. To specify a data range do one of the following: @@ -237,14 +234,13 @@ - In Calc, click Select data range to minimize the dialog, then drag to select the data range. When you release the mouse, the data are entered. Click Select - data range again to add a data range. In the input field of the minimized dialog, click after the entry and type a semicolon. Then drag to select the next range. + In Calc, click Select data range to minimize the dialog, then drag to select the data range. When you release the mouse, the data are entered. Click Select data range again to add a data range. In the input field of the minimized dialog, click after the entry and type a semicolon. Then drag to select the next range. Click one of the options for data series in rows or in columns. Your stock chart data are "in columns", if the information in a row belongs to the same "candle stick".I don't know whether copying a table based chart to draw or impress needs chart data arranged in columns, and I cannot test it, because the clipboard is broken. Fine Tuning the Data Ranges of Table Based Stock Charts - You can organize data series and edit the source for parts of single data series on the third page of the Chart wizard or on the page Data Series in the Data Range dialog. + You can organize data series and edit the source for parts of single data series on the third page of the Chart Wizard or on the page Data Series in the Data Range dialog. Organize Data Series In the data series area on the left side of the dialog, you can organize the data series of the actual chart. A stock chart has at least one data series containing the prices. It might have a second data series for transaction volume. If you have got more than one price data series, use the Up and Down arrow buttons to order them. The order determines the arrangement in the chart. Do the same for volume data series. You cannot switch price and volume data series. -- cgit