summaryrefslogtreecommitdiff
path: root/chart.go
Commit message (Expand)AuthorAge
* 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 #422, avoid accent theme color index overflowxuri2019-06-09
* Resolve #393, upgrade Go module to v2xuri2019-05-02
* Add a check for maximum limit hyperlinks in a worksheetxuri2019-04-21
* Resolve #369,#370xuri2019-04-15
* refactor: handler error instead of panic,xuri2019-03-23
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* Resolve #274, performance optimization for add images, charts and shapesxuri2019-02-25
* README updatedxuri2019-01-01
* Resolve #311, create 2D/3D area, stacked area, 100% stacked area chart supportxuri2018-12-23
* resolve #276, add OfficeOpenXML-XMLSchema-Strict mode supportxuri2018-10-17
* 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
* Fixes #256 and format document.xuri2018-08-06
* GoDoc updated.xuri2018-07-13
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* Simplify testing code, add test case for outline functions and update the godoc.xuri2018-05-11
* Use format string for chart dimension.Eugene Dzhurinsky2018-05-09
* Custom chart size.Eugene Dzhurinsky2018-05-08
* save bytes on memory instead of stringLunny Xiao2018-05-07
* - Support to set the positioning of a picture, relate issue #214;Ri Xu2018-04-26
* Fix typo and adding Chinese version document.Ri Xu2018-04-23
* - Add categories or values on reverse order (orientation of the chart) suppor...Ri Xu2018-03-29
* Readme and godoc has been updated.Ri Xu2018-03-06
* - Update the function `AddChart()`: clustered, stacked and 100% stacked bar a...Ri Xu2018-03-05
* Update godoc to make charts compatibility with WPS, relate issue #187.Ri Xu2018-02-12
* - Add a hyperlink to an image support for the function `AddPicture()`, relate...Ri Xu2018-02-03
* - gofmted with -s;Ri Xu2018-01-31
* Revert "The godoc and readme page has been updated."Ri Xu2018-01-28
* The godoc and readme page has been updated.Ri Xu2018-01-26
* - Add 3D column and 3D 100% stacked column chart support, relate issue #160;Ri Xu2018-01-08
* Merge pull request #153 from jinzhu/masterxuri2017-12-01
|\
| * Rename import path to github.com/360EntSecGroup-Skylar/excelizeJinzhu2017-11-16
* | Add stacked bar chartRohan Allison2017-11-24
|/
* - Bugfix: use sheet name in func `AddPicture`, relate issue #142;Ri Xu2017-10-31
* Performance optimization, use the array index instead of the value in range.Ri Xu2017-10-16
* Improve code readability.Ri Xu2017-09-30
* - Add number format code with unicode values, relate issue #86;Ri Xu2017-07-26
* - Currency format supported, relate issue #80;Ri Xu2017-07-14
* Repo URI changed.Ri Xu2017-07-11
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
* Fix non-visual canvas properties ID calculator.Ri Xu2017-05-25
* - Worksheet conditional formatting support added, relate issue #56;Ri Xu2017-05-25
* Code optimize.Ri Xu2017-05-24
* Support set font style of shape text. Relate issue #38.Ri Xu2017-05-16