timeglider / jquery_widget

Timeglider's JS Widget component. See README for details.
193 stars 41 forks source link

How i can put events with B.C. year? #6

Open talamaska opened 13 years ago

talamaska commented 13 years ago

How i can put events with B.C. year?

talamaska commented 13 years ago

I'm using the get from html table data. i put a date in the according format , what i saw in TG_date.js -435-12-03, and the event is not positioned before the 0 date on the timeline ruler

timeglider commented 13 years ago

I'm doing some testing with this now. I seem to have omitted some code in a new implementation of TG_Date.

timeglider commented 13 years ago

Okay, I believe I've got this fixed. I'll continue testing. Basically, I was needing to remove the leading dash before parsing the date, and then wasn't making negative the year after the date parse. Mainly fixed in TG_Date.js.

talamaska commented 13 years ago

there is still problem with positioning the events, it's not correct at all. check with the json i shared you. the event that is 22 october 433 bc is positioned on 17nth November 433 bc, all of the events are on wrong places, and sometimes they disapear when i zoom in, then when i scroll forward and backward the event is show again, always on wrong date

talamaska commented 13 years ago

the problem exists only for BC events

talamaska commented 13 years ago

every-time i'm clicking on "comment and close", i'm not doing it on purpose

timeglider commented 13 years ago

Talamaska

This won't be resolved soon, I'm afraid. Thanks for all the feeback. I'll try to work this out in the next few weeks.

Write to me instead at michael@timeglider.com

Michael

On Sat, May 21, 2011 at 5:25 AM, talamaska < reply@reply.github.com>wrote:

every-time i'm clicking on "comment and close", i'm doing it on purpose

Reply to this email directly or view it on GitHub: https://github.com/timeglider/jquery_widget/issues/6#comment_1214181

ThomasDotCodes commented 11 years ago

I realize this is a really old thread.. but was BC support ever added to a stable version of timeglider?