ObjectProfile / Roassal2

Agile Visualization Engine for Pharo and VisualWorks
http://AgileVisualization.com
MIT License
26 stars 20 forks source link

Changes to support visualizing arrays of dates in a timeline. #51

Closed coderocket closed 2 years ago

coderocket commented 5 years ago

Hi,

I've changed a few places so that it is now possible to create timelines directly from date objects.

Cheers, David

bergel commented 5 years ago

Hi! This looks like a great contribution. Would you mind to provide

bergel commented 5 years ago

Travis has spoken. Your change breaks some tests: https://travis-ci.org/ObjectProfile/Roassal2/builds/497465893

coderocket commented 5 years ago

I've added an example to the readme page in my fork, fixed the problem that caused the regression tests to fail and added a test case.

Cheers :)