Dhtmlx - Create multiple tasks in one row - dhtmlx

can I create a gantt chart by Dhtmlx with multiple tasks in one row?
some gantt charts like "angular-gantt" and "Anychart" supported this but I can't find any way to do it with Dhtmlx gantt
I want to create a gantt chart like this image:
** Angular-gantt and any chart are very very slow for huge data

Yes, it became possible since dhtmlx Gantt version 6.2. The functionality called "Split Tasks". Find details on how to implement it in the guide.
Also, check the sample that demonstrates how it works.

Related

Display more than 1 year in Kendo UI for jQuery?

Some clinical studies can take up to 5 years or more, and I want to be able to show an entire study and its sub-tasks in a Kendo Gantt chart. I want to show periods of time longer than the current maximum of 1 year that is built into Kendo UI for jQuery v2018.3.1017, is that possible?
I'd like to be able to show a maximum of 6 years. Ideally the header would change to be able to see Quarter/Year rather than Month.
Is this possible?
The built-in views for the Gantt are: "day", "week", "month" and "year". So if you need to show longer period you need to create a custom view. Check the custom view example in the documentation. It shows how to create a multi-year view and display quarters as well.
Just to close the loop: here is the response I received from the Telerik Support folks.
From the provided information I am not sure if the widget you intend to use is a Kendo Gantt or Scheduler. However, in both cases implementing a custom view will be needed. Below you will find links with examples of implementing custom views in Gantt and Scheduler:
creating-custom-view
timeline-with-dynamic-length
custom-view

Is there a way to show number and percent in stacked bar graphs in Quickbase?

I'd essentially want to create what's in the link in QuickBase, but from what I've seen, it isn't a straightforward procedure.
https://www.exceldashboardtemplates.com/wp-content/uploads/2013/08/image_thumb11.png
Don't think you can use display both value using the native/built-in charts. You could build a Code Page in Quickbase that queries data using the API and then renders a chart using a library such a Highcharts or Charts.js

DHTMLX Gantt Chart Pagination

I have to implement Gantt chart pagination in my project. Explore a lot but couldn't find the solution to achieve. I am reading JSON data to populating Gantt chart and need to achieve pagination.Need quick help.
We have no built-in solution for solving this problem now.
How the pagination should works?
You could try to declare a filter or range from start_date to end_date and add required buttons to pages. Then set changing displayed range by pressing the button.

Kendo UI Scheduler - Solution to show all days in line such as timeline

We are using the grouping property of Scheduler. It is really useful. We show our all technic employees in vertical grouping.
We want to show all days of month in a line like timeline view.
Is it possible?
This can be achieved by creating custom view that extends the desired build-in one and overriding the methods responsible for calculating the visible date range. Such demo can be found in Kendo UI CodeLibraries:
Scheduler: Custom view with custom date range and swipe support

Store App Dashboard: GridView and Multiple Charts

I'm working on a Store app that consists of several charts. I've already developed the charts and have them rendering using the chart control in the various forms.
I have been asked to bring these together in an app that allows the user to scroll left and right through each of the charts.
Every example I have found for using a GridView data binds the content of the GridView to item templates.
What I'm trying to get my head round is how I could please these chart controls directly in to a GridView.
Any help would be greatly appreciated.
Cheers,
Roy
As per my understanding of the question you need to have charts as items in a grid view.
If this is what you want, I have dome this before using charts from 3rd party toolkit.
You need ( may be variable sized) templates with each item having a different template of its own.
You need a items list with data for all the charts.
Then upon runtime you need to assign the template to each item.

Resources