Gantt Chart Tweet |
|
|
Categories:
Region Plugin
Gantt chart region pluginGantt Chart plugin is based on an existing jQuery plugin, however this plugin is patched significantly to work for my use-case (scale hours and days, limited by dates in page items).To work correctly user db session and browser should have same TZ (otherwise chart bars are moved - actually displayed according to browser TZ) - so use auto-timezone application setting or something more sophisticated . Also assure that date ranges displayed are 'reasonable' - for too wide range script will block ( much more then is displayed on screen) , for too small it'll display nonsence (less then day, or only few days on day scale) v0.1.1 - fixed jQuery component - there was a bug on hours scale when changing to DST Keywords
chart gantt |
Company:
Date added: 7.1.2013
Views:
1850
Votes:
1
Reviews:
4
Min. APEX Version:
4.1
Link to:
If something is not correct please report it here:
Report Listing
|
|
Do you have a question about this Plugin? Want to write a Review or Comment?
Login first. Reviews / Questions / Comments are e-mailed to the author of the Plug-in. |
I'd love to use your gantt plugin but I am getting the same syntax error. I have pasted below my SQL in case it is obvious to you what the problem is:
SELECT
ACTIVITIES_ID AS ROW_ID,
ACTIVITIES_NAME ROW_NAME,
ACTIVITIES_DESC ROW_DESC,
ACTIVITIES_ID as TASK_ID,
ACTIVITIES_TEST_TP1 TASK_FROM,
ACTIVITIES_TP2 TASK_TO,
ACTIVITIES_NAME TASK_LABEL,
ACTIVITIES_DESC TASK_DESCRIPTION,
ACTIVITIES_PROJECTFLAG TASK_TYPE
FROM AA_WL_ACTIVITIES3
WHERE ACTIVITIES_TEST_TP2 > to_date(:P1_STARTDATE,'DD-MMM-YYYY')
AND ACTIVITIES_TEST_TP1 < to_date(:P1_ENDDATE,'DD-MMM-YYYY')
ORDER BY ROW_NAME, ROW_DESC
ACTIVITIES_TEST_TP1 and 2 are both "timestamp with time zone" columns.
I'd be grateful for any help
Thanks
Emma
I'll recommend first to use Firebug and see what is content of AJAX requests. If there are some error messages instead of JSON test your query - possibly outside of page - in SQL developer or something like this.
parsererrror
SyntaxError: Unexpected token <
Note when I took out gantt.js there was no error - but no chart rendered.
Thanks for the good work. But please provide steps to use this plug-in in Apex 4.2
Raaj
| Powered by Sigsiu.NET | ![]() |


Gantt Chart
Save This Page
