summaryrefslogtreecommitdiff
path: root/xmlChart.go
Commit message (Expand)AuthorAge
* Fix the error on getting the range of merged cells on the worksheet which con...xuri2022-10-28
* This closes #1369, support set, and get font color with theme and tint (#1370)GaoFei2022-10-15
* This closes #320, support custom chart axis font stylexuri2022-10-14
* This closes #1368, fixes number parsing issue, adds support for create a 3D l...xuri2022-10-12
* This closes #1358, made a refactor with breaking changes, see details:xuri2022-09-29
* This closes #1290 and closes #1328xuri2022-08-24
* This includes new formula functions support, dependencies upgrade, and bug fixxuri2022-04-11
* This closes #1172, support set hole size for doughnut (#1173)longphee2022-03-09
* This closes #1148, resolve limitations when adding VBA project to the workbookxuri2022-02-17
* Typo fix, rename exported constants, dependencies modules and copyright updatexuri2022-01-09
* feat: add disable option for chart xAxis and yAxissi9ma2021-05-27
* Support specifies that each data marker in the series has a different colorxuri2021-04-10
* Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSC...xuri2021-04-04
* #65 fn: N, PERCENTILE.INC and Txuri2021-03-30
* This closes #756, not set the empty string for the cell when SetCellValue wit...xuri2021-01-08
* This closes #657 and closes #748, AddChart support custom marker symbol and s...xuri2020-12-14
* support ECMA-376 document standard encryption, ref #199xuri2020-09-02
* Resolve #661 Add Logarithmic scale option support on Y axis (#662)Huy Bui (Kevin)2020-07-11
* Update docs and typo fixedxuri2020-06-22
* Resolve #470, export Style structs to allow create the style for cells by giv...xuri2020-03-10
* 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 su...xuri2020-01-14
* 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 su...xuri2019-06-15
* support to create cone, pyramid and cylinder series chart for column and bar...xuri2019-06-14
* 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
* 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
* - Add categories or values on reverse order (orientation of the chart) suppor...Ri Xu2018-03-29
* 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