taitems / jQuery.Gantt

jQuery Gantt Chart
http://taitems.github.io/jQuery.Gantt/
MIT License
952 stars 304 forks source link

RTL support #208

Closed Ulmanb closed 7 years ago

Ulmanb commented 8 years ago

Added rtl(right to left) support, currently only for "hours" and "days" scale.

usmonster commented 7 years ago

Thanks for your contribution, and sorry for the delayed response! RTL support would be a great addition to the plugin, though it looks like the design of the plugin would need to be refactored quite a bit to make this cleanly implementable, perhaps as a module/extension to the plugin. There will be lots of changes in the code coming in the next release or two that might make it more feasible to do this in a nice way that works for all scales. Your PR is a great reference, though, and I've labeled it as "enhancement" for future reference. I'll close it for now, but thanks again for the pull request!