Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title not working in Gantt Chart. #266

Closed
4 tasks done
prasadsheetal opened this issue Apr 13, 2022 · 4 comments
Closed
4 tasks done

Title not working in Gantt Chart. #266

prasadsheetal opened this issue Apr 13, 2022 · 4 comments
Labels
invalid This doesn't seem right

Comments

@prasadsheetal
Copy link

prasadsheetal commented Apr 13, 2022

Bug Report

Prerequisites

Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the Readme and found no answer
  • I checked to make sure that this issue has not already been filed
  • This is related to angular-google-charts and not to Google Charts directly (if it's a Google Charts issue, their forum may help)

Description

A clear and concise description of what the bug is.

To reproduce

Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behaviour

A clear and concise description of what you expected to happen.

Exception or Error





Your environment



Anything else?

Add any other context about the problem here.

@prasadsheetal prasadsheetal added the bug Something isn't working label Apr 13, 2022
@umernaeem217
Copy link

umernaeem217 commented Apr 13, 2022

Can you share some code snippets?

@prasadsheetal
Copy link
Author

this.charts.push({
title: 'Gantt Chart',
type: ChartType.Gantt,
// columns: ['Task ID','Task Name','Start Date','End Date','Duration','Percent Complete','Dependencies'],
data: [
['Research', 'Find sources',
new Date(2015, 0, 1), new Date(2015, 0, 5), null, 100, null],
['Write', 'Write paper',
null, new Date(2015, 0, 9), daysToMilliseconds(3), 25, 'Research,Outline'],
['Cite', 'Create bibliography',
null, new Date(2015, 0, 7), daysToMilliseconds(1), 20, 'Research'],
['Complete', 'Hand in paper',
null, new Date(2015, 0, 10), daysToMilliseconds(1), 0, 'Cite,Write'],
['Outline', 'Outline paper',
null, new Date(2015, 0, 6), daysToMilliseconds(1), 100, 'Research']
],
options: {
height: 275
}
});

@prasadsheetal
Copy link
Author

gAntt chArt.docx

@FERNman
Copy link
Owner

FERNman commented Sep 2, 2024

I'm pretty sure you're right, the Gantt Chart doesn't support a title property. See the official documentation

@FERNman FERNman closed this as completed Sep 2, 2024
@FERNman FERNman added invalid This doesn't seem right and removed bug Something isn't working labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants