Search found 12 matches

Go to advanced search

by Jaws
Thu Aug 03, 2023 12:16 pm
Forum: Highcharts Usage
Topic: Need line chart over area chart
Replies: 1
Views: 44
 
Jump to post

Need line chart over area chart

I'm having an area chart in which I have data which should act as area chart and a few more series where it has to be line chart and the data has to be plotted. Eg: https://jsfiddle.net/tkbpqw6h/
by Jaws
Wed Sep 28, 2022 5:35 am
Forum: Highcharts Gantt
Topic: Set absolute max and Min value to XAxis
Replies: 8
Views: 1153
 
Jump to post

Re: Set absolute max and Min value to XAxis

https://freeimage.host/i/spI3Hg In the picture attached you can see that by deafult without zooming it shows 12:00, can I get it to show 15:00 without moving the navigator? My requirement is I'm trying to show 5:00 but it always shows 0:00 unless I use the navigator to zoom. If the image is not ava...
by Jaws
Tue Sep 27, 2022 11:05 am
Forum: Highcharts Gantt
Topic: Set absolute max and Min value to XAxis
Replies: 8
Views: 1153
 
Jump to post

Re: Set absolute max and Min value to XAxis

Hi

Thanks for the stackblitz demo link, If you notice the demo, the timeline header in the X-Axis the start time it is properly showing, but in case of end time it is just 12:00, can it also be showing the value that we set like 5:00 or whatever that is being set in the X-Axis max.
by Jaws
Thu Sep 22, 2022 10:12 am
Forum: Highcharts Gantt
Topic: Select entire row on clicking on individual series
Replies: 12
Views: 1494
 
Jump to post

Re: Select entire row on clicking on individual series

Sorry if I wasn't clear, In the link that you had provided https://www.highcharts.com/forum/viewtopic.php?f=19&t=49508 , here it works fine if I click on Y-Axis item, awesome that was one of the requirement. Also I want to highlight the entire row if I click on an X-Axis item as well (Series Var...
by Jaws
Wed Sep 21, 2022 12:45 pm
Forum: Highcharts Gantt
Topic: Select entire row on clicking on individual series
Replies: 12
Views: 1494
 
Jump to post

Select entire row on clicking on individual series

The goal is to select series and highlight the entire row.

https://jsfiddle.net/v9npkez6/
by Jaws
Tue Sep 13, 2022 4:56 am
Forum: Highcharts Gantt
Topic: Set absolute max and Min value to XAxis
Replies: 8
Views: 1153
 
Jump to post

Re: Set absolute max and Min value to XAxis

Sorry for the URL issue,

https://stackblitz.com/edit/angular-12- ... ponent.ts

This URL should be having the data and code. Also if you notice the navigator has moved. I don't want it to move unless user moves it.
by Jaws
Mon Sep 12, 2022 12:13 pm
Forum: Highcharts Gantt
Topic: Set absolute max and Min value to XAxis
Replies: 8
Views: 1153
 
Jump to post

Set absolute max and Min value to XAxis

I'm trying to set the xAxis max and min values and they're not exactly the values that I set. I tried setting the min value to 8/11/22, 5:00 AM and max value to 8/13/22, 5:00 AM but still the xaxis min started at 0:00, I want to set the min value to 5:00 and I need the chart axis to start at 5:00. P...
by Jaws
Thu Aug 11, 2022 1:49 pm
Forum: Highcharts Gantt
Topic: Page becomes unresponsive in case of large of amount of data
Replies: 3
Views: 873
 
Jump to post

Re: Page becomes unresponsive in case of large of amount of data

I'll try to give the demo link soon as possible. I have to make some changes to cover up the confidential data and generate the same large amount of data. Just curious though is it possible that my chart is loading slow because I have too many event listeners ? I have click function in both X and Y ...
by Jaws
Mon Aug 08, 2022 9:25 am
Forum: Highcharts Gantt
Topic: Page becomes unresponsive in case of large of amount of data
Replies: 3
Views: 873
 
Jump to post

Page becomes unresponsive in case of large of amount of data

Facing issue when I try to render a gantt chart which has large number of data points(400). A popup shows up saying unresponsive script(chrome) if i continue it takes like 7 secs to render
by Jaws
Fri Jul 22, 2022 7:53 am
Forum: Highcharts Usage
Topic: Highcharts - scrollbar default positioning
Replies: 5
Views: 1581
 
Jump to post

Re: Highcharts - scrollbar default positioning

Hi Hubert, This really helped, can I get the y axis value as well, like I scrolled to a certain position, can I get that scroll value as well ? My requirement is when I scroll to a certain position in the chart, I need the Y axis position so I can remember the position to perform some operations. ge...
by Jaws
Fri Jul 22, 2022 6:16 am
Forum: Highcharts Usage
Topic: Highcharts - scrollbar default positioning
Replies: 5
Views: 1581
 
Jump to post

Re: Highcharts - scrollbar default positioning

Hi, In the example JS Fiddle that you've given I see that this line is used to navigate to the position chart.yAxis[0].setExtremes(catLen - 2, catLen) If you try commenting that code and see you can see there are many other rows as well. Now how do I scroll to the position in Y-Axis and view the oth...
by Jaws
Wed May 25, 2022 6:41 am
Forum: Highcharts Usage
Topic: Scroll y-Axis with wheel
Replies: 5
Views: 3021
 
Jump to post

Re: Scroll y-Axis with wheel

How do I destroy or remove this wrap function? Even if the component is destroyed this function is not destroyed. I'm using the chart as a child component and whenever a date is changed I use ngIf to destroy the chart component and make the ngIf true again to re-create the chart with new data. The c...

Go to advanced search