| Commit message (Collapse) | Author | Age |
|
|
|
| |
Rename exported constants `NameSpaceDublinCoreMetadataIntiative` to `NameSpaceDublinCoreMetadataInitiative`
|
| |
|
| |
|
|
|
|
| |
IMCSCH, IMEXP, IMLN and IMLOG10
|
|
|
|
| |
typo fixed
|
|
|
|
| |
with nil
|
|
|
|
| |
symbol size, fix AddPicture auto fit failure with multi merged cells
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Resolve #661 Add Logarithmic scale option support on Y axis
Example usage:
Add the following option into the format string when using AddChart:
"y_axis":{"scaling":{"logbase":"10"}}
* Change type of LogBase from attrValString to attrVarFloat
* Add test case for testing Logarithmic Option in Y axis of charts
* Move field `LogBase` in the format string up one level (remove `Scaling`) as suggested the owner
Test cases are updated accordingly.
|
| |
|
|
|
|
| |
given JSON or structure
|
| |
|
| |
|
|
|
|
| |
support
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
support
|
|
|
|
| |
bar types
|
| |
|
| |
|
|
|
|
|
| |
- Testing case for set and get doc properties
- Update charts struct XML tags
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>
|
|
|
|
|
|
| |
support, and set auto or fixed maximum, minimum of the axis, relate issue #202;
- go test and godoc has been updated
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Drawing `nvPicPr` element ID property calculation changed;
- go test updated
|
|
- Doc for function `GetRows()` updated, relate issue #43;
- Fix doc typo in `xmlContentTypes.go`;
- Default template updated;
- Readme updated;
- go test updated
|