Skip to main content

All Questions

Tagged with
1 vote
1 answer
280 views

Any chart gantt chart displaying incorrect date in timeline

Gantt chart In any chart wrong date is showing as you can see from the image, 14th March is the actual date given but the output is displaced by 1 and showing 13th March. I googled all over and found ...
Diliban B's user avatar
0 votes
2 answers
93 views

Rowspan for gantt chart in anychart

How do I group two rows together in gantt chart data grid in anychart as can be seen below? I tried searching API and found rowspan for table but haven't found for gantt chart.
Diliban B's user avatar
0 votes
1 answer
126 views

anychart: Gantt Charts are getting clipped/trimmed from right

I am using anychart for my UI. My Data timelines are in epoch milliseconds. While arranging them to have a Gantt chart, I see the right side is getting trimmed. Kindly help. <script type="...
May's user avatar
  • 1,167
4 votes
1 answer
726 views

How to implement MYSQL data fetching in JS Gantt chart?

I'm using AnyChart’s JS Charts library and I want to implement this with my project data's, I'm using Codeinghter framework and I want to know what's the best way to do this. I know it's very basic ...
jobB's user avatar
  • 431
0 votes
1 answer
87 views

How do I adjust the milestone markerType based on a custom field in AnyGantt?

How do I adjust the milestone markerType based on a custom field in AnyGantt? I tried using this (where subType is the field name) but it renders a star. timeline.milestones().markerType( ...
Luke's user avatar
  • 1
0 votes
1 answer
54 views

rowFill a specific row?

I am trying to fill the background color of every 2 rows. EveryOther2Rows I'm currently using a complex linear-gradient to achieve this, but there are some rows that look incorrect. ColorArray Is it ...
Ivan Vasquez's user avatar
0 votes
1 answer
255 views

Anygantt - Is it possible to have two bars with multiple markers in one row?

I am trying to create a chart that will look similar to this: I want one milestone (Ponte Vecchio Base Die) to have two bars that have multiple markers on them. I found the AnyGantt Feature Multiple ...
Idon'tknowhowmycodeworks's user avatar
0 votes
1 answer
228 views

Is it possible to select programatically a row in AnyGantt charts?

Let's say we have a simple Gantt chart, implemented in JavaScript, using AnyChart library: If the user clicks on Tuesday row, it's automatically highlighted: Is it possible to do it programatically? ...
rchavarria's user avatar
0 votes
1 answer
881 views

Gantt Chart Oracle Apex

I need some help in creating a Gantt chart in Oracle Apex. In a previous release, the AnyChart Flash .swf files were removed from the /images folder. This results in your charts no longer rendering. ...
Rafah Cheaib's user avatar
0 votes
1 answer
240 views

How to implement Holidays and work week days in AnyChart Gantt Resource

I'm trying to define the work days of the week and also the holidays in a Resource gantt but with no luck! Any one knows how to do it? Thanks.
migrafik's user avatar
1 vote
2 answers
754 views

How to print all the tasks in AnyGantt

I am printing the AnyGantt chart using the print API, but all I can print is the part I am viewing, kind of a snapshot of the current screen. Is there an option to somehow print all the items present ...
Mendi's user avatar
  • 71
0 votes
1 answer
68 views

How can I determine in which period am I hover in edit mode in ganttResource anychart 8.2.0

I'm creating a POC for a Gantt project for my company. I'm using the Resource Gantt from Anychart version 8.2.0. I'm trying to determine in which period am I, in order to set a custom tooltip. If I'm ...
migrafik's user avatar
0 votes
1 answer
210 views

How can i set labels on periods in the ganttResource anychart 8.1.0

Hi i want to put a label on a period If i use version 7.7.0 I can achive it using it like this: http://jsfiddle.net/NightKaos/nd5nwb1s/3/ { "id": "1", "name": "Phase 1 - Strategic Plan", ...
NightKaos's user avatar
0 votes
1 answer
110 views

AnyGantt: getting the date on a point of the gantt chart when clicking with the mouse

Is there a way, in AnyGantt, to get the full date of the point where the mouse was clicked, or where some item has been dropped? I am trying to do something like 'create a new task on double-click ...
Mendi's user avatar
  • 71
0 votes
1 answer
122 views

Adding an image to AnyGantt datagrid column

Is it possible to add an image next to the name of the resource in a datagrid column of anychart.ganttResource() view? I tried to use a customFormatter with useHtml(true), but looks like it only ...
Mendi's user avatar
  • 71

15 30 50 per page