https://issues.apache.org/bugzilla/show_bug.cgi?id=57185
Bug ID: 57185
Summary: Chart "serie" should be "series"
Product: POI
Version: 3.11-dev
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
As a French, that' something I had difficulties to assimilate, but now I know
that the word "serie" doesn't exist in English (rechecked with
Merriam-Webster...), it is an invariant name "series" (not very practical for
programming purpose, we have to make seriesList instead of using a plural name,
etc.).
Exploring the new, beta feature of adding charts to Excel worksheets, I stumble
upon a class:
/**
* Represents a line chart serie.
*
* @author Martin Andersson
*/
@Beta
public interface LineChartSerie extends ChartSerie {
...
}
While it is in beta state, I suggest to rename them to ChartSeries and
LineChartSeries.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]