[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (OFFICE-3664) Additional chart type: box plot
[ https://issues.oasis-open.org/browse/OFFICE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=81068#comment-81068 ]
Andreas Guelzow commented on OFFICE-3664:
-----------------------------------------
In Gnumeric the ODF export of a BoxPlot (using foreign attributes) looks like:
{noformat}
<office:chart>
<chart:chart svg:width="319.6590576171875pt" svg:height="218.11160278320312pt" xlink:type="simple" xlink:href=".." chart:class="gnm:box" chart:style-name="plotstyle">
<chart:plot-area chart:style-name="GOG--0" gnm:is-position-manual="false">
<chart:axis chart:dimension="y" gnm:id="1" chart:name="Y-Axis-1" chart:style-name="GOG-3">
<chart:categories table:cell-range-address="$'Sheet1'.$A$1:.$A$2000"/>
</chart:axis>
<chart:axis chart:dimension="x" gnm:id="1" chart:name="X-Axis-1" chart:style-name="GOG-2">
<chart:categories table:cell-range-address="$'Sheet1'.$A$1:.$A$2000"/>
</chart:axis>
<chart:series chart:values-cell-range-address="$'Sheet1'.$A$1:.$A$2000" chart:style-name="GOG-4"/>
<chart:wall svg:width="319.6590576171875pt" chart:style-name="GOG-1"/>
</chart:plot-area>
</chart:chart>
</office:chart>{noformat}
> Additional chart type: box plot
> -------------------------------
>
> Key: OFFICE-3664
> URL: https://issues.oasis-open.org/browse/OFFICE-3664
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: Improvement
> Components: Chart, Part 1 (Schema)
> Affects Versions: ODF 1.3
> Reporter: Andreas Guelzow
> Assignee: Andreas Guelzow
> Priority: Major
> Fix For: ODF 1.4
>
> Attachments: BockplotExcel.xlsx
>
>
> Some ODF implementation provides box-plot charts not supported within ODF 1.2. THis type (with appropriate attributes to specify its properties) should be added to ODF.
--
This message was sent by Atlassian Jira
(v8.3.3#803004)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]