In the above picture, the spline colour gets hidden(red mark). This occurs only for some data while using filters for date. Could some one give a solution for this? Thanks in advance.
Related
I'm trying to graph two data sets on the same graph with two different y-axis. They are both over the same overall time scale (~330 hours), but the individual observations are different. When I graph the data I get one set formatted and graphed correctly, but the other is squeezed all the way to the right of the chart.
Is there any way to fix this issue? Thanks
I've tried switiching which elasped hours is the x-axis, but it always results in one correctly graphed set and one messed up set.
I want to make a vertical google chart with multiple lines.
So for whatever reason I thought it would be interesting to see and track the progress of my finger mobility after my recent surgery with a google sheets spreadsheet and chart. Every so often at Physical Therapy they measure the angle of my finger. I haven't received the measurements yet so I have only been working with random numbers for the meantime.
So This is kind of what I was thinking either with the different days separated or overlaid on top of each.
Is this possible and if so how could I do this?
As a bonus it would be cool to have the angles at the joints of the graph but I'm not sure if that's possible either.
Thanks for indulging my curiosity.
EDIT *
I was working on a version that almost got what I was wanting I just could not figure out how to add multiple to the same chart or to overlay them
This was with the help of Vertical Line Graph in Google Sheets (Workaround) tutorial.
here is how you can achieve it:
I am working on line chart. I am sending two sets of data. Both are date,value pair. One set is of average and another is for daily readings. I need to make it drill down so that when I click on the average it will take me to all the readings of the day. The data is dynamic. Can anyone please help me how to approach with this ?
I have an area chart (and a percent-area chart) that uses timeseries data for the x-axis. The timeseries is missing some data points and I would like the functionality to be that of connectNulls:false.
Is there another HighCharts option or a way to extend HighCharts to add an option for this functionality?
I have looked at the docs and browsed the questions here on StackOverflow and Googled for it, but the solution that I have found is to use connectNulls:false and to insert NULL values for the missing data points, but inserting the missing data points with null values would be cumbersome in my situation and I would have to replicate it in a few places.
I would imagine that it would be possible since in the instances that there is a missing data point, HighCharts will maintain the x-axis spacing. All I would want is addition to noticing the missing data point and inserting the appropriate spacing to also use a y-axis value of 0/inset a NULL/the equivalent.
Thank you all for your time and assistance.
I have a scenario where i have to show chart data weekly for a particular year.
I need to change high-stock slider to display week ranges i.e from 1-52.
Can anyone please suggest how can we customize high stock slider for this scenario.
I'm totally stumped and also not sure is it possible using High Stock.
Thanks in advance!
I managed this using bootstarp two way slider and slicing the series data of highchart according to the week selected.