浏览代码

Revert "The godoc and readme page has been updated."

This reverts commit e4611e9e2518b6d48f1dd89879685f18749da759.
Ri Xu 7 年之前
父节点
当前提交
6f4e4d9ef1
共有 3 个文件被更改,包括 2 次插入11 次删除
  1. 0 9
      README.md
  2. 2 2
      chart.go
  3. 二进制
      test/images/360.png

+ 0 - 9
README.md

@@ -166,15 +166,6 @@ func main() {
 
 
 Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. XML is compliant with [part 1 of the 5th edition of the ECMA-376 Standard for Office Open XML](http://www.ecma-international.org/publications/standards/Ecma-376.htm).
 Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. XML is compliant with [part 1 of the 5th edition of the ECMA-376 Standard for Office Open XML](http://www.ecma-international.org/publications/standards/Ecma-376.htm).
 
 
-
-## Who is using Excelize
-
-![](./test/images/360.png)
-
-[Add our company](mailto:xuri.me@gmail.com?Subject=Please add our company in Excelize README page&Body=Hello, this is <your name> from <your company name>.
-We are using Excelize and will be proud to add our company name to Excelize README page.
-Please see attachment for our logo. <Be sure to include logo in attachment>)
-
 ## Credits
 ## Credits
 
 
 Some struct of XML originally by [tealeg/xlsx](https://github.com/tealeg/xlsx).
 Some struct of XML originally by [tealeg/xlsx](https://github.com/tealeg/xlsx).

+ 2 - 2
chart.go

@@ -170,8 +170,8 @@ func parseFormatChartSet(formatSet string) *formatChart {
 //     bar                 | bar chart
 //     bar                 | bar chart
 //     barStacked          | stacked bar chart
 //     barStacked          | stacked bar chart
 //     bar3D               | 3D bar chart
 //     bar3D               | 3D bar chart
-//     bar3DColumn         | 3D column bar chart
-//     bar3DPercentStacked | 3D 100% stacked bar chart
+//	   bar3DColumn 		   | 3D column bar chart
+// 	   bar3DPercentStacked | 3D 100% stacked bar chart
 //     doughnut            | doughnut chart
 //     doughnut            | doughnut chart
 //     line                | line chart
 //     line                | line chart
 //     pie                 | pie chart
 //     pie                 | pie chart

二进制
test/images/360.png