Search found 12 matches

Go to advanced search

by dhiresh13
Mon Mar 27, 2023 5:32 am
Forum: Highcharts Usage
Topic: Event to find point values of x-axis based on limit set on y-axis
Replies: 3
Views: 259
 
Jump to post

Re: Event to find point values of x-axis based on limit set on y-axis

Thanks alot. It helped me clear a big hurdle. :)
by dhiresh13
Wed Mar 22, 2023 7:54 am
Forum: Highcharts Usage
Topic: Event to find point values of x-axis based on limit set on y-axis
Replies: 3
Views: 259
 
Jump to post

Event to find point values of x-axis based on limit set on y-axis

Hello, I am trying to figure out a way where i can get the x-axis values(timestamps) based on the limit set on the y-axis, In the image below,I want to fetch all the values on x-axis as well as values of y-axis below the first plotline(the points highlighted in green) and beyond the second plotline(...
by dhiresh13
Wed Feb 08, 2023 8:18 am
Forum: Highcharts Usage
Topic: Highcharts xrange config turboThreshold not working as expected
Replies: 5
Views: 514
 
Jump to post

Re: Highcharts xrange config turboThreshold not working as expected

Hi,

I want to allow a dataset more than 1000 data points into the x-range chart,
the solution I found was using turboThreshold, /
but even though implementing it in the config,
highcharts is not able to plot the graph for more than 1000 data points
by dhiresh13
Mon Feb 06, 2023 7:17 am
Forum: Highcharts Usage
Topic: Highcharts xrange config turboThreshold not working as expected
Replies: 5
Views: 514
 
Jump to post

Highcharts xrange config turboThreshold not working as expected

Hi, Highcharts community I have been struggling to set the turboThreeshold of the xrange chart, I have tried all the configurations with plotOptions.turboThreshold, series.turboThreshold. It works fine for a dataset less than 1000 datapoints attaching relevant config and screenshot. { "chart&qu...
by dhiresh13
Thu Dec 29, 2022 8:05 am
Forum: Highcharts Usage
Topic: Bar charts with overlapping Data
Replies: 5
Views: 841
 
Jump to post

Re: Bar charts with overlapping Data

Thank you
by dhiresh13
Mon Nov 28, 2022 1:54 pm
Forum: Highcharts Usage
Topic: Bar charts with overlapping Data
Replies: 5
Views: 841
 
Jump to post

Re: Bar charts with overlapping Data

Hey Hubert.k, This is precisely the thing I was looking for. I need some suggestions herein representing the data, The x2 value(endpoint) which needs to be plotted is nondeterministic, as the array is generated using linspace with two timestamps (start time, end time) and an array of data points [0,...
by dhiresh13
Fri Nov 25, 2022 5:46 am
Forum: Highcharts Usage
Topic: Bar charts with overlapping Data
Replies: 5
Views: 841
 
Jump to post

Bar charts with overlapping Data

I am trying to develop a UI with timestamps on X-axis and the data to be plotted is in boolean values (1,0). it looks like a bar chart with overlapped data but unable to figure out its terminology nor find a suitable chart/graph to proceed with. I have attached the prototype image of how exactly sho...
by dhiresh13
Thu Nov 24, 2022 7:22 pm
Forum: Highcharts Gantt
Topic: Bar charts with overlapping Data
Replies: 1
Views: 514
 
Jump to post

Bar charts with overlapping Data

I am trying to develop a UI with timestamps on X-axis and the data to be plotted is in boolean values (1,0). it looks like a bar chart with overlapped data but unable to figure out its terminology nor find a suitable chart/graph to proceed with. I have attached the prototype image of how exactly sho...
by dhiresh13
Tue Sep 06, 2022 11:40 am
Forum: Highcharts Usage
Topic: Highcharts Line chart hides datapoints for a larger dataset
Replies: 7
Views: 794
 
Jump to post

Re: Highcharts Line chart hides datapoints for a larger dataset

Hey, the issue is fixed with

Code: Select all

 dataGrouping: {
            approximation: 'low',
        }
as well.

I tried to create a JSFiddle Demo, but due to the large dataset it was crashing always.

Thank you for the help and support.
Screenshot from 2022-09-06 17-09-12.png
Screenshot from 2022-09-06 17-09-12.png (33.58 KiB) Viewed 740 times
by dhiresh13
Mon Sep 05, 2022 9:42 am
Forum: Highcharts Usage
Topic: Highcharts Line chart hides datapoints for a larger dataset
Replies: 7
Views: 794
 
Jump to post

Re: Highcharts Line chart hides datapoints for a larger dataset

Hey, The issue is fixed but i am still not satisfied with the UI, if you observe the graphs before fix graph is more neat, crisp and readable as compared to the graph with fix, i tried with lineWidth but still no luck. Please help me in making the fixed graph more readable and sharp. Before Fix: Scr...
by dhiresh13
Thu Sep 01, 2022 3:17 pm
Forum: Highcharts Usage
Topic: Highcharts Line chart hides datapoints for a larger dataset
Replies: 7
Views: 794
 
Jump to post

Re: Highcharts Line chart hides datapoints for a larger dataset

Thanks alot. It worked perfectly.

Before Fix:-
Screenshot from 2022-09-01 20-45-44.png
Screenshot from 2022-09-01 20-45-44.png (18.73 KiB) Viewed 780 times

After Fix:-
Screenshot from 2022-09-01 20-44-27.png
Screenshot from 2022-09-01 20-44-27.png (10.41 KiB) Viewed 780 times
by dhiresh13
Tue Aug 30, 2022 5:34 am
Forum: Highcharts Usage
Topic: Highcharts Line chart hides datapoints for a larger dataset
Replies: 7
Views: 794
 
Jump to post

Highcharts Line chart hides datapoints for a larger dataset

Highcharts hides minimum data points for larger datasets, also y-axis ticks is not as expected it should be showing the minimum value Following image shows the full chart: Screenshot from 2022-07-26 11-40-38.png Following image shows the expected chart (but the values are visible because the chart ...

Go to advanced search