summaryrefslogtreecommitdiff
path: root/xmlChart.go
Commit message (Collapse)AuthorAge
* Resolve #470, export Style structs to allow create the style for cells by ↵xuri2020-03-10
| | | | given JSON or structure
* Make DeleteChart delete multiple charts located on the same cellxuri2020-01-21
|
* Specified combo chart as variadic parametersxuri2020-01-16
|
* Fix #554, init combo chart support, new chart pie of pie, bar of pie chart ↵xuri2020-01-14
| | | | support
* Improve code coverage unit testsxuri2019-12-29
|
* Fix #547 and #546, add default overlay element for the chartxuri2019-12-28
|
* Fix #538, added setting a major unit and tick label skip support for the chartxuri2019-12-25
|
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
|
* Resolve #501, support set minor grid lines for the chartxuri2019-10-27
|
* Fix #505, support set line width of the line chartxuri2019-10-21
|
* Improve compatibility for chartsxuri2019-09-26
|
* Compatibility improvementxuri2019-09-24
|
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
|
* Support to create bubble and 3D bubble chartxuri2019-06-19
|
* Add surface 3D, wireframe Surface 3D, contour, and wireframe contour chart ↵xuri2019-06-15
| | | | support
* support to create cone, pyramid and cylinder series chart for column and ↵xuri2019-06-14
| | | | bar types
* Fix #424, refactor merged cells adjusterxuri2019-06-12
|
* Fix #411, change font size to float typexuri2019-06-07
|
* - Supplemental worksheet struct fields and field order adjustmentxuri2019-06-05
| | | | | - Testing case for set and get doc properties - Update charts struct XML tags
* README updatedxuri2019-01-01
|
* Resolve #311, create 2D/3D area, stacked area, 100% stacked area chart supportxuri2018-12-23
|
* fix unknown option in JSON struct tagtvso2018-10-27
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* Comments style changed.xuri2018-09-14
|
* Fix golint errors under confidence 0.1xuri2018-09-12
|
* Use format string for chart dimension.Eugene Dzhurinsky2018-05-09
| | | | Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>
* - Add categories or values on reverse order (orientation of the chart) ↵Ri Xu2018-03-29
| | | | | | support, and set auto or fixed maximum, minimum of the axis, relate issue #202; - go test and godoc has been updated
* Add stacked bar chartRohan Allison2017-11-24
|
* Golang 1.9 compatible, fix issue #111Ri Xu2017-09-01
|
* Simplify code and update unit tests.Ri Xu2017-08-01
|
* Code optimize.Ri Xu2017-05-24
|
* Support set font style of shape text. Relate issue #38.Ri Xu2017-05-16
|
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
| | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
- Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated