jQWidgets Forums
Forum Replies Created
-
Author
-
Thank you so much again.
Regards,
Orcun.
sorry, you’re right, it must be jqxChart. My data and series arrays are like ;
var staff_list = [ { Name: 'Alper' }, { Name: 'Bilgehan' }, { Name: 'Orçun' , From6: 7, To6: 11, From6: 13, To6: 22 }, { Name: 'Deniz' , From2: 12, To2: 31 }, { Name: 'Kutay' }, { Name: 'Çağrı' }, { Name: 'Serhat' , From1: 3, To1: 12, From7: 13, To7: 20, From4: 13, To4: 24, From4: 24, To4: 27 }, { Name: 'Gamze' }, { Name: 'Ahmet' , From7: 5, To7: 10 }, { Name: 'Ramazan' } ]; var series_array = [ { dataFieldFrom: 'From1', dataFieldTo: 'To1', displayText: 'Genel', opacity: 1 }, { dataFieldFrom: 'From2', dataFieldTo: 'To2', displayText: 'PAROS', opacity: 1 }, { dataFieldFrom: 'From3', dataFieldTo: 'To3', displayText: 'Vinç', opacity: 1 }, { dataFieldFrom: 'From4', dataFieldTo: 'To4', displayText: 'Sis', opacity: 1 }, { dataFieldFrom: 'From5', dataFieldTo: 'To5', displayText: 'OCR', opacity: 1 }, { dataFieldFrom: 'From6', dataFieldTo: 'To6', displayText: 'YUTS', opacity: 1 }, { dataFieldFrom: 'From7', dataFieldTo: 'To7', displayText: 'ER-LINK', opacity: 1 } ];
For instance, the person whose name is Orçun has two From6-To6 tasks in same month. Thus, i want to see two separate time lines which follows each other in my color bands chart but it is like ;
Orçun has one time line which is from 13. day to 22. day, first From6-To6 is lost. The problem is here.
I know it is normal situation in javascript array, i can not add two different elements with one key name.
Can i solve it via another approach for jqxChart? Otherwise, do i have to use different things?Regards,
Orcun.
November 27, 2013 at 2:50 pm in reply to: About Rows of Editable Grid About Rows of Editable Grid #44844thank you so much Dimitar, i will try it.
thanks Peter, i will send them.
sorry for my english.
i am making a web page that is implemented with using JQWidgets components and i have to add a WYSIWYG to this page.
when i add a WYSIWYG editor, the page layout destroys because of javascript library conflict or i guess so.Is there WYSIWYG in JQWidgets or compatible with JQWidgets?
Thanks for reply.
-
AuthorPosts