score:0
Make sure you are loading Gantt dependency either as a standalone library or a module along with Highcharts. Then use the ganttChart
constructor, ie:
Highcharts.ganttChart('container', {
title: { .. },
// other configuration options
}, myCallback);
See Getting started with Gantt for more details and a short example.
score:0
You can use:
$('#container').highcharts('ganttChart', data);
But you don't need jQuery to create a chart, the below code is enough:
Highcharts.ganttChart('container', data);
Live demo: https://jsfiddle.net/BlackLabel/0ozw8n5v/
Source: stackoverflow.com
Related Query
- How to render Gantt Highchart from data source
- How can I render a watermark image in my highchart from local directory?
- How can i export row data from highchart to excel file and not csv?
- how to add data from database and set it to data serie in highchart C#
- how to fetch data from json file in highchart
- How to draw line from Data label to Marker in Highchart Scatter Plot
- Add series / data to highchart gantt from function
- how to load data from server with highchart inAngular 2?
- How do I show multiple line from dynamic data using javascript in highchart
- how to get highchart data from external json
- How to set json data from url on highchart and polling the json data after 1 sec to dislay on highchart using Angular js
- how to display the highchart data with data serialize from a form using button onclick?
- How to display basic line graph in Highchart for multiple categories' data from csv?
- How can I give data from my webworker to highchart
- How to put data in Highchart from session storage?
- How to parse the data from CSV FILE to arrays so it could be used for a pre-formatted Highchart
- how to hide highchart x - axis data values
- How to display highchart series line marker symbol from tooltip formatter?
- How to display highchart y axis with constistant data
- How to dynamically change axis from linear to logarithmic in HighChart
- Highcharts: How to load data from JSON to xAxis.categories and series.data?
- How can I generate a real-time highchart from my database data?
- How to set second yAxis scale according to data from first yAxis
- How can i change highcharts data values by selecting from a dropdown list
- How to extract the data from highstock chart
- How can I prevent my HighChart bar chart from being inverted?
- How to populate a Highcharts axis with string formatted data from a PHP array
- How to fill data dynamically in Highchart
- How to update Highchart from inside react a component?
- Ember.js and Highcharts: how to render a graph only after slow-loading model data has been loaded?
More Query from same tag
- Highcharts Pie Chart: How to ignore disabled legend items
- How to get month name from ISO date using moment js
- Position Highcharts label to right side
- Data is not getting displayed in PieChart of HighCharts using Angularjs (Dynamic Data from Ajax call)
- highcharts reset zoom button
- Highcharts stacked bar data from CSV
- How to get what are the items collapsed in gantt highcharts-angular
- How to display Html Entities in High Charts labels
- Highcharts: Value will not be updated
- Highcharts multiple pie chart series hover
- Highcharts: y-axis labels are missing
- JSFiddle 'Please use Post Requst' error
- Highcharts - change background color along specific date range
- Highchart is not working in jquery function
- Highcharts - Why is there extra spacing before the first column and after the last column?
- 'ManyToOneRel' object has no attribute 'parent_model' error with django chartit
- Highchairs Pie chart moving single data label
- Options is not defined : Highchart error, Javascript
- Highcharts drilldown display issue
- Unrecognized configuration section pages
- Staged labels for xaxis with zero values
- Highchart hide series element with xAxis
- Vue project: object does not support this property or method "hasOwnProperty" IE11
- Make Highcharts tooltip show info for closest point to the left (i.e. not change at midpoint)
- How to display historical data and live data from database using Highcharts
- "Extend" highcharts chart add properties and functions, prototype
- Highcharts with JSON data and multiple series
- xAxis - point specific label positions
- Custom hover / tooltip data on highcharts network chart
- Highcharts graph remove existing ticks in interval on a category (x-axis)