We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. I have a bug with progress indicator when I use HighchartsGantt class. The problem is that it's not darker in 25% Final chart json: { "title": "Tesy", "subtitle": "aaa", "xAxisMinDate": "2023-12-31T22:00:00.000Z", "xAxisMaxDate": "2024-01-30T22:00:00.000Z", "series": [ { "name": "bbbb", "id": "bbbb", "parent": [], "dependency": [], "startDate": "2023-12-31T22:00:00.000Z", "endDate": "2024-01-03T22:00:00.000Z", "completed": 0.25, "milestone": false }, { "name": "iiii", "id": "iiii", "parent": [], "dependency": "bbbb", "startDate": "2024-01-22T22:00:00.000Z", "endDate": "2024-01-23T22:00:00.000Z", "completed": null, "milestone": true }, { "name": "ccc", "id": "ccc", "parent": [], "dependency": [], "startDate": "2024-01-15T22:00:00.000Z", "endDate": "2024-01-16T22:00:00.000Z", "completed": null, "milestone": false } ] }
What it's suppose to be
The text was updated successfully, but these errors were encountered:
I suppose that I am missing some styles. I added @import 'https://code.highcharts.com/css/highcharts.css'; to my styles files but it doesn't help.
@import 'https://code.highcharts.com/css/highcharts.css';
Sorry, something went wrong.
No branches or pull requests
Hello.
I have a bug with progress indicator when I use HighchartsGantt class.
The problem is that it's not darker in 25%
Final chart json: { "title": "Tesy", "subtitle": "aaa", "xAxisMinDate": "2023-12-31T22:00:00.000Z", "xAxisMaxDate": "2024-01-30T22:00:00.000Z", "series": [ { "name": "bbbb", "id": "bbbb", "parent": [], "dependency": [], "startDate": "2023-12-31T22:00:00.000Z", "endDate": "2024-01-03T22:00:00.000Z", "completed": 0.25, "milestone": false }, { "name": "iiii", "id": "iiii", "parent": [], "dependency": "bbbb", "startDate": "2024-01-22T22:00:00.000Z", "endDate": "2024-01-23T22:00:00.000Z", "completed": null, "milestone": true }, { "name": "ccc", "id": "ccc", "parent": [], "dependency": [], "startDate": "2024-01-15T22:00:00.000Z", "endDate": "2024-01-16T22:00:00.000Z", "completed": null, "milestone": false } ] }
What it's suppose to be
The text was updated successfully, but these errors were encountered: