aws-samples / aws-cost-explorer-report

Python SAM Lambda module for generating an Excel cost report with graphs, including month on month cost changes. Uses the AWS Cost Explorer API for data.
MIT No Attribution
432 stars 166 forks source link

Excel Charts only support up to 255 series #13

Open davfaulk opened 6 years ago

davfaulk commented 6 years ago

User report of: "/var/task/./vendored/xlsxwriter/chart.py:134: UserWarning: The maximum number of series that can be added to an Excel Chart is 255 warn("The maximum number of series that can be added to an "

Need to look at combining 255th + rows into "Others" potentially. Or better ordering of data to not lose key series.