From 0aa15106947965bdae9daae7571a4a3f569bf32d Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 11 Jul 2020 02:31:02 +0800 Subject: update docs and improve compatibility --- drawing.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'drawing.go') diff --git a/drawing.go b/drawing.go index 3ce1282..5e5bba9 100644 --- a/drawing.go +++ b/drawing.go @@ -1001,8 +1001,6 @@ func (f *File) drawPlotAreaValAx(formatSet *formatChart) []*cAxs { max = nil } var logBase *attrValFloat - // Follow OOXML requirements on - // [https://github.com/sc34wg4/OOXMLSchemas/blob/2b074ca2c5df38b18ac118646b329b508b5bdecc/Part1/OfficeOpenXML-XMLSchema-Strict/dml-chart.xsd#L1142-L1147] if formatSet.YAxis.LogBase >= 2 && formatSet.YAxis.LogBase <= 1000 { logBase = &attrValFloat{Val: float64Ptr(formatSet.YAxis.LogBase)} } -- cgit v1.2.1