Gantt chart
Highcharts Gantt were released yesterday October 17th. See https://www.highcharts.com/gantt/demo and https://api.highcharts.com/gantt/.
-
Anonymous commented
how to create custom Marimekko charts and categories show y-axis and x-axis
-
كہرأر أجہبہأره commented
-
whimsical1987@gmail.com commented
Has anyone tried this behavior ?
http://jsfiddle.net/kv976a1r/2/
I'm trying to add all the projects in Development, Testing and Prototyping. However, the Project 2 space is being occupied in Development, though it doesn't have any values there. -
Mat commented
-
Sai commented
Hi Torstein,
I tried explaining most of the details in jsFiddle, please verify and let me know if you have any questions. http://jsfiddle.net/srigopal_sai/9798nnhb/
Thank you.
-
Hi Sai, if you can show us this live in jsFiddle we may be able to help you.
-
Sai commented
Hi Torstien,
I'm Using zoom type selection (date range region - x axis) for drill down the bubble series and it is working fine so far to drill down multiple event types (y axis) with multiple bubbles to drill down multiple levels.
But recently I added Gantt series (xrange plugin) to the chart and even gantt is supporting drilldown for the zoomtype selection when only gantt series exists.
I'm using chart.addSeriesAsDrilldown(drillDownPoint, series, false); for Bubble and Gantt Series.Now the issue is I wanted to drill down both Bubble and Gantt series together based on the zoom type selection. But the 2nd series is failing at the above mentioned method.
Thank you,
-
Jamie commented
@simon - what is your use case? What can 1 million events plotted at once provide to a user? How many values it can render will depend on the computer it is being rendered on, and the settings that you are using. The more that needs to be drawn, the more resources will be required of the client machine.
-
Simon commented
So what is the threshold value that this plugin can take to render? Is there any other alternative which I can use to render 1 million record in Gantt chart? Thanks
-
@Simon I very much doubt that. It renders SVG shapes for each record.
-
Simon commented
Is it possible to load and render 1 million record using this plugin? Can I host the json content somewhere so that I can show you a jsfiddle example?
-
@Simon: Without modifying the plugin, you can add a 1px stroke in CSS to make all points visible: http://jsfiddle.net/highcharts/qgacggkm/4/. To make this more flexible, we could add a borderWidth property to the plugin itself, as well as a borderColor for instance. It would make sense that it could inherit the color from the point or the series.
-
@Anonymous:
Highstock works out of the box: http://jsfiddle.net/highcharts/bjapne6j/ -
Simon commented
I used this plugin to draw my visualization, but how can I display small and large duration processes equally visible in Highstock? Some processes are of 1 second duration i.e., x2-x = 1000.
http://jsfiddle.net/abhisheksimion/qgacggkm/2/ -
Abhishek Raj Simon commented
Check this plunker link http://plnkr.co/edit/zsXMw4?p=preview
and my question on SO to improve it's performance
http://stackoverflow.com/questions/34471826/how-to-improve-performance-of-highcharts-and-avoid-error-15-inspite-of-sorted-da -
Anonymous commented
Hi , Can we make this in HighStock ? would be great if you provide some help ?
-
@Udhaya, the jsFiddle you posted works just fine. And if I update the container id it works fine too: http://jsfiddle.net/highcharts/76j3ecd2/1/
-
Udhaya commented
http://jsfiddle.net/highcharts/76j3ecd2/
i have problem with this chart
it not fixing with my new id
please any one suggest me how to fix it
-
Udhaya commented
please any one help me...... if i changing the container name in script the chart gets hide and it is not working with my container id.....
-
Anonymous commented
Hi,
My bars are disappearing when I zoom in.
Do you have an idea why ?
http://jsfiddle.net/1790nrss/1/
Thank's in advance for your help !