Details

    • Type: New Feature
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: ODF 1.2 CD 07
    • Fix Version/s: ODF 1.3
    • Labels:
      None
    • Resolution:
      Hide

      In part 1 apply the changes as given in the attachment to http://www.oasis-open.org/apps/org/workgroup/office/email/archives/201106/msg00014.html

      In the schema change
      ---------------------------------------------------------------------------
      <attribute name="chart:interpolation">
      <choice>
      <value>none</value>
      <value>cubic-spline</value>
      <value>b-spline</value>
      </choice>
      </attribute>
      ---------------------------------------------------------------------------
      to
      ---------------------------------------------------------------------------
      <attribute name="chart:interpolation">
      <choice>
      <value>none</value>
      <value>cubic-spline</value>
      <value>b-spline</value>
      <value>step-start</value>
      <value>step-end</value>
      <value>step-center-x</value>
      <value>step-center-y</value>
      </choice>
      </attribute>
      ---------------------------------------------------------------------------

      Show
      In part 1 apply the changes as given in the attachment to http://www.oasis-open.org/apps/org/workgroup/office/email/archives/201106/msg00014.html In the schema change --------------------------------------------------------------------------- <attribute name="chart:interpolation"> <choice> <value>none</value> <value>cubic-spline</value> <value>b-spline</value> </choice> </attribute> --------------------------------------------------------------------------- to --------------------------------------------------------------------------- <attribute name="chart:interpolation"> <choice> <value>none</value> <value>cubic-spline</value> <value>b-spline</value> <value>step-start</value> <value>step-end</value> <value>step-center-x</value> <value>step-center-y</value> </choice> </attribute> ---------------------------------------------------------------------------

      Description

      Currently ODF 1.2 has only 3 possible values for chart:interpolation. Since some ODF implementation have a much larger selection of interpolation types (e.g. closed splines, parabolic splines, cubic csplines, clamped csplines, various step type interpolations), we should add additional ones. I propose that initially we add some step-type interpolations.

      Step type interpolations are useful for various applications such as discrete survival curves as used in Kaplan-Meier analysis.

        Attachments

          Activity

            People

            • Assignee:
              aguelzow Andreas Guelzow (Inactive)
              Reporter:
              aguelzow Andreas Guelzow (Inactive)
            • Watchers:
              4 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: