summaryrefslogtreecommitdiffhomepage
path: root/test/drawing
AgeCommit message (Collapse)Author
2015-09-22Escape special characters in chart `StrVal`Clark Cutler
So that, for example, pie charts can render with labels that include an ampersand
2015-07-05Fix Axlsx::LineSeries#marker_symbol and add testsJonathan Tron
2015-07-03Remove lowercase extension testmarc
It is no longer needed because now detection is though mime type
2015-07-03Validates whether an image is acceptable through mime typemarc
image/jpeg, image/png & image/gif are considered the allowed mime types for an image. mimemagic gem is added as dependency in order to do the checking. Added tests to check against three supported mime types. A fake jpg fixture (created with 'touch' command) has been added to test that extension is no longer used.
2015-03-14Merge pull request #347 from ionthegeek/smoothingJurriaan Pruis
Add support for enabling or disabling smoothed lines in a scatter series
2015-02-11Fix content types for uppercased image file extensionsEdgars Beigarts
2014-08-15Fix syntax error in scatter series testsIan Anderson
2014-08-12Add support for enabling or disabling smoothed lines in a scatter chart seriesIan Anderson
2014-03-04Add tests for checking formatting and sourceLinked properties when setting ↵Chris Roby
formatting on an axis
2013-10-10Do not use a marker tag in bubble series tagsJean-Philippe Moal
As per the spec, a bubble series tag should not include a marker tag. This was preventing files from being open with Excel Viewer.
2013-10-09Add support for bubble chartsJean-Philippe Moal
2013-09-27smooth line for line chartpatorash
2013-09-26extended examples and smooth lines for line chartRandy Morgan
2013-09-13repair pivot table data ref populate and bring coverage back up to 100%Randy Morgan
2013-08-17file namingRandy Morgan
2013-08-17add uppercase file for image file checking testsRandy Morgan
2013-08-17updated image source validation to use lower case comparison of accepted ↵Randy Morgan
file extensions
2013-08-17removed unused schema variable declarationRandy Morgan
2013-07-08Make relationship ids more reliable.Stefan Daschek
Relationship instances now keep track of their own id – this should be much more reliable than the old way of more or less “guessing” the relationship id based on the position of some object in some array. Fixes https://github.com/randym/axlsx/issues/212, especially. Each relationship now has its own, unique id – except for the cases when it doesn’t: Some relationships need to share the same id, see `Relation#should_use_same_id_as?` for the gory details. All tests pass, and the full example.xlsx is generated without errors and looks fine in Excel for Mac 2011. The pivot table example still has the problems mentioned in https://github.com/randym/axlsx/issues/168 – but as far as I can tell I didn’t make it worse (Excel is still be able to “repair” the file, and the repaired file then contains the pivot table).
2013-06-27Fixes Issue #202 Axes are borked in Bar3DChart by requiring axis order in ↵Moses Hohman
the constructor
2013-06-23fixed bad test case and bad code for dispBlanksAs (setting now actually ↵Moses Hohman
makes it into XML) This means there are many other test cases in the suite that are not verifying what they look like they're verifying.
2013-06-23provide a better default for dispBlanksAs and allow it to be configuredMoses Hohman
2013-06-23Fixes Issue #202 Axes are borked in Bar3DChartMoses Hohman
2013-04-19Added prep for 1.3.6 releaseRandy Morgan
2013-03-17Fixed LineChart and refactored chart axes managementRandy Morgan
2013-03-15Merge pull request #178 from Programatica/masterRandy Morgan (@morgan_randy)
Add LineChart
2013-03-16First run at 'hidden' comments WIPRandy Morgan
The xml is genrated correcty, but the comment still shows until it is selected once in the excel ui - so I must be missing something.
2013-03-15add test and remove activesupport methodsSergio Cambra
2013-01-23Updated chart vary_colorsRandy Morgan
This sets the proper default for each chart type and lets us change it as we need.
2013-01-15Refactored relationship management for drawingsRandy Morgan
This should fix #160
2012-09-30Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from moduleRandy Morgan
replaced with attr_accessor like methods: string_attr_accessor boolean_attr_accessor defined in module.rb
2012-07-23more cleanup for optional data label attributesRandy Morgan
2012-07-20bring spec coverage back up to 100%Randy Morgan
2012-07-20complete chart specsRandy Morgan
2012-07-20specs for d_lbls and a patch to cover for nil relationships in a worksheet.Randy Morgan
2012-07-17MOAR cleanup for worksheet.Randy Morgan
2012-07-08adding in axis line fill and patching view3d misname for line3DChartRandy Morgan
2012-07-08adding in some excel bar chart defaults for LO interop testingRandy Morgan
2012-07-03more snake casing workRandy Morgan
2012-06-12more specs for axis labelsRandy Morgan
2012-06-11add title object to axis.Randy Morgan
2012-06-09make sure jruby nokogiri parser gets is precious namespaces.Randy Morgan
2012-06-09remove debug codeRandy Morgan
2012-06-09specs for cell and text title parsing patchRandy Morgan
2012-06-04The spec indicates that the percent sign should be included but MS Excel ↵Randy Morgan
chokes on it.
2012-06-02more work on solidifying parsing of data caching for charts to eliminate ↵Randy Morgan
formula strings.
2012-05-30enable anchor swapping between one and two cell anchors for drawingsRandy Morgan
2012-05-26add in two cell anchors for images.Randy Morgan
2012-05-17fix ALL the warnings!Randy Morgan
2012-05-15bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵Randy Morgan
and misnamed app attributes.