You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of all, thank you for building this awesome plugin! :)
Well, let's go to the point. The plugin is working well with the default zoom levels included in the demos. But I want to set a "three days" zoom in my timeline by default, allowing user to zoom until a week view, so I have been testing the plugin with different zoom levels.
To achieve this, I made some tests in the table.html demo page changing the zoom values to:
vartg1=$("#placement").timeline({"min_zoom":10,"max_zoom":30,// data source is the id of the table!"data_source":"#mylife"});
or
vartg1=$("#placement").timeline({"min_zoom":10,"max_zoom":11,// data source is the id of the table!"data_source":"#mylife"});
But when I go to the browser the timeline is empty. There are no ticks or timeslots at all. These are some screenshots on Firefox and Chrome:
However, after changing the zoom manually (clicking on the zoom bar), the timeline redraws itself and now it displays correctly. Maybe a workaround for me could be call the goTo() function at start. I have to test this solution.
I experimented this issue in the previous version, but it also appears in the last version (0.1.4).
Thank you very much and sorry for my bad english.
Greetings from Spain.
Pedro S.
The text was updated successfully, but these errors were encountered:
Hi! First of all, thank you for building this awesome plugin! :)
Well, let's go to the point. The plugin is working well with the default zoom levels included in the demos. But I want to set a "three days" zoom in my timeline by default, allowing user to zoom until a week view, so I have been testing the plugin with different zoom levels.
To achieve this, I made some tests in the table.html demo page changing the zoom values to:
or
But when I go to the browser the timeline is empty. There are no ticks or timeslots at all. These are some screenshots on Firefox and Chrome:
![Firefox](http://ompldr.org/vZTVhdA/Timeglider jQuery Widget: Basic Demo - Mozilla Firefox_026.png)
![Chrome](http://ompldr.org/vZTVhdg/Timeglider jQuery Widget: Basic Demo - Google Chrome_027.png)
However, after changing the zoom manually (clicking on the zoom bar), the timeline redraws itself and now it displays correctly. Maybe a workaround for me could be call the goTo() function at start. I have to test this solution.
I experimented this issue in the previous version, but it also appears in the last version (0.1.4).
Thank you very much and sorry for my bad english.
Greetings from Spain.
Pedro S.
The text was updated successfully, but these errors were encountered: