Commit 7cc4aa38 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

delete obsolete documentation files, wording fixes

parent bb01a685
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: chart/axis-bottom
desc: |
  The chart/axis-bottom element is used to draw a labelled 'top axis'.
  The chart/axis-bottom element is used to draw a labelled 'bottom axis'.

reference: |
  (chart/axis-bottom <options>)
+1 −1
Original line number Diff line number Diff line
name: chart/axis-left
desc: |
  The chart/axis-left element is used to draw a labelled 'top axis'.
  The chart/axis-left element is used to draw a labelled 'left axis'.

reference: |
  (chart/axis-left <options>)
+1 −1
Original line number Diff line number Diff line
name: chart/axis-right
desc: |
  The chart/axis-right element is used to draw a labelled 'top axis'.
  The chart/axis-right element is used to draw a labelled 'right axis'.

reference: |
  (chart/axis-right <options>)
+1 −2
Original line number Diff line number Diff line
@@ -51,8 +51,7 @@ properties:
        alias: colors
      - name: colors
        desc: |
          Set the colors for the plot. If set, a label will be drawn for each
          point in the dataset at the points (x, y) coordinate,
          Set the line colors.
        desc_code: |
          colors (<values>...)
          colors (csv <file> <column>)
+1 −2
Original line number Diff line number Diff line
@@ -42,8 +42,7 @@ properties:
        alias: colors
      - name: colors
        desc: |
          Set the colors for the plot. If set, a label will be drawn for each
          point in the dataset at the points (x, y) coordinate,
          Set the point colors.
        desc_code: |
          colors (<values>...)
          colors (csv <file> <column>)
Loading