Remove over all line in plot - highcharts

I am using Highstock to display some sensor data. As the Highstock update 1.3.8 came out today I upgraded and found that there is a new line displayed by default on the plot:
This new line seems to connect the very first and very last data point.
Is there a way to disable this new unwanted feature? I could not find something mentioned in the changelog or in the API documentation.

Your data should be sorted via x, ascending.

Related

Create Timeseries chart with custom timestamp for custom events sent to New Relic

I have some custom load test data, something like -
{“payload_size”: 15, “response_time”: 0.2, “timestamp”: 1670584754}
So i wanted to plot payload_size against timestamp as a timeseries chart, but the issue is I am sending all of this data in bulk, which may include 600 events like this (if ran for 10 minutes).
So when i do timeseries , it shows me one entry only as all the data is pushed at simple point of time.
Is there a workaround for this. I am using EventAPI to send all the data.
Yes - you can do this with New Relic's custom visualizations
I wrote one specifically for this same use case here: https://github.com/khpeet/custom-timeseries
This allows you to plot your values on a timeseries chart with your own custom timestamp field. Note that timestamp is a reserved word in New Relic though, so you probably have to rename your timestamp key to something else upon posting the events via API.

Google Sheet gviz csv export - two column labels not exporting

I'm trying to export this Sheet to a csv for use in a webmap using this link:
https://docs.google.com/spreadsheets/d/1XQnp7RK-Ddq4wCjpHjmcnVEKood1U08kIfRGr8sDRoU/gviz/tq?tqx=out:csv&sheet=Sheet1
It works well, except that two of the column headers (lat, long) are not exporting and the column labels in the csv are blank. I tried to change the format of the cell from Automatic to Plain text, but that didn't fix it.
Findings
It seems this is an issue with gviz api as there's an ongoing Google Issue tracker report about it. You may want to click the star icon on the top left of issue report page to indicate that your are also affected by this issue.
UPDATE
As an alternative solution, you may try this way as this will export the same csv file:
https://docs.google.com/spreadsheets/d/1XQnp7RK-Ddq4wCjpHjmcnVEKood1U08kIfRGr8sDRoU/export?format=csv&gid=0
Reference:
Download link for Google Spreadsheets CSV export
Test
I did some quick tests on my end & after manually downloading the sheet file as a Comma Separated Values (CSV) file from the Google Sheet UI & after using the alternative solution, there's no issue with missing cells. But when using the gviz api link, the issue occurs:
If you set the column to 'Plain text' under the Format menu > Number, you should receive the data upon export.

Why am I receiving Tableau error 6EA18A9E when adding a filter to a dashboard

I have a working workbook but we're retro-fitting the new Tableau Relationship data model. Am not sure that's a factor.
But on a dashboard with multiple worksheets when I try to add a Filter to the Dashboard I receive this error. I've read about it but can't figure out what specifically happening.
My Desktop version is 2020.2.5 (20202.20.0818.0857) 64bit
"Error 6EA18A9E Occurs When Creating Empty Extract With Aggregate Data For Visible Dimensions Option In Tableau Desktop 2020.2 to 2020.3"
https://kb.tableau.com/articles/issue/Error-6EA18A9E-Occurs-When-Creating-Empty-Extract-With-Aggregate-Data-For-Visible-Dimensions-Option-In-Tableau-Desktop-2020-2-to-2020-3
I had the same problem and with the hint, that the error occures because of an empty extract I was searching through my workbook and found where Sheet A filters Sheet B. But with all fields from A this is way to much for B.
The solution was to deactivate the general filtering of sheet A and to create an individual action filter for sheet A and apply it on sheet B.
Hope that could help.
I encountered this exact error, except for me it occurred when I was attempting to create a very simple animated timeline with Pages holding a list of years, and Columns holding a list of prices.
I have no idea if this is also what is causing your error when you add a filter, but I went into Format->Animations & turned off animations for the sheet and that fixed the error.

Drop data from InfluxDB

I'm not fully understanding the structure of influxDB and I'm wishing to drop some data from it. I have the following:
net,agent_host=10.0.1.1,host=debian
net,host=debian,interface=all
net,host=debian,interface=eth0
net,host=dns1,interface=all
net,host=dns1,interface=eth0
net,host=dns2,interface=all
net,host=dns2,interface=eth0
net,host=plex,interface=all
net,host=plex,interface=eth0
I've been able to empty the series (?) net,agent_host=10.0.1.1,host=debian, but as you can see the value is still listed when I do show series.
I don't want to nuke all of the net series, but I don't want the index(?) net,agent_host=10.0.1.1,host=debian showing up. It adds extra fields in Grafana and I just don't want it.
Can I get rid of this without nuking all of the net series?
I dropped the data by issuing: drop series from net where agent_host="10.0.1.1"
EDIT: Totally forgot. InfluxDB version 1.1.1

Highcharts ( stockchart series line is not connecting to the last point

I'm currently looking to implement Highcharts JS into my application.i'm using timestamp for plotting graph data
However, I have gaps in my graph but in data there is no null values, and i wish to connect the gaps.
Using the highcharts demo, I have edited the data to demonstrate what currently happens by default:
Please check this
[jsfiddle][1]
[1]: http://jsfiddle.net/r9TzZ/21/check fiddle
I found the solution for this
it's simply working fine by remove the gapSize: 5 on my code
fiddle

Resources