vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
551 stars 121 forks source link

Feature Request for SortChrono #123

Open Arvind-puthucode opened 1 year ago

Arvind-puthucode commented 1 year ago

Currently the sortChrono sorts based on endTime of each label and if the end times are same then startTime is used we can add another parameter basically to sortChrono(boolean,boolean) where first parameter can represent which is our sort priority i.e either startTime or endTime and the second parameter for the exisiting use case already. This is a minor update but can be a great add on. Please do get back to me on this as i have the implementation ready