time series line chart missing rangetool/zoom - time-series

On the search of the best way to visualize my time series I am currently checking out orange3 . I miss the zoom or a rangetool option as it is shown in the online documentation of the line chart (marked 1 and 2 in the picture below). Is this version dependent (I am using 3.26.0)?
If anybody has an idea to zoom or change the range, it would be very much apreciated!
Thanks in advance.
Regards!
orange time-series line chart documentation

This feature was removed earlier.
https://github.com/biolab/orange3-timeseries/issues/56
Until this is fixed, the workaround that worked for me was to freeze the orange3-timeseries package to 0.3.1
https://pypi.org/project/Orange3-Timeseries/0.3.1/
My Current Orange3 version : 3.26
I can confirm that zoom & pan works on that version.

Related

Possible bug in zooming in on Vaadin charts when more than 1 series present?

Earlier, I asked how to create "spectra" charts in Vaadin (see How to create a "spectrum" chart using Vaadin 14+). It turned out that one didn't actually need to create barcharts -- the only real need seemed to be to set the pointwidth to 1. (This solved the "very wide" widths lines when zooming.)
HOWEVER: I think there's a bug in vaadin charts when one has more than 1 series presents and when one zooms: the line moves to an inccorrect position on the x-axis (or the x-axis is no longer placed correctly.) Any thoughts on how to resolve? Here are two screenshots showing the problem. In the first one, only ONE series is visible and the line is at the correct x-axis point of ~598.36. In the second screenshot, though, (where the only change I have made is to enable the 2nd series), the line moves to an INCORRECT x-axis coordinate (it seems like it's ~598.25!!!).
One theory I have is that adding the second series somehow confuses the chart from determining the correct x-axes....maybe because each series has it's own x axis logic in some way? Not sure....(I'm using Vaadin 14 and I tested this both in my dev env and on production.)

Highchart dependencyWheel DataLabels positioning

I'm using highcart to render few charts in a dashboard but I found a problem while using styledMode for dependency wheel
As you can see by this screenshot some of my datalabels move to the topleft of the chart. How can solve it?
I have other several chart that works in styledMode and taht's why I think to use it also in this chart.
If I remove the styledMode I miss the color similarity between nodes and link.
If someone can help understanding how to solve in one way or in the other it will be much appreciated
It is a bug. I reported it on GitHub issue channel: https://github.com/highcharts/highcharts/issues/13406
Please follow this thread. If you need a temporary workaround - ask about it in the comment. Core developers will respond to you.

How implement scrollable and zoomable Line Graph in Ios

Hi I am trying to implement line chart. Chart having following features:
=> it has scrollable features.
=> it should be zoomable.
chart should be zoomable like that
if x axis having value week1 week2 so on ... and if zoom the graph it become scrollable and value of x axis becomes 1,2,3,4,5,6 . values becomes 1,2,3.... on the tapped places.
=> and also i want to show x and y value of tapped point.
I trying to google a lot but unable to Find such library where I got exact Solution of my problem. I have invested more than two days.
Any buddy found right solution of my problem please guide me. Thanks
Have you looked at Core Plot? It can do what you want. It includes several example apps to get you started. If you have specific questions, ask them here on StackOverflow and use the core-plot tag.

Can you create a phase change line in highcharts

Does highcharts support phase change lines ? It may be called multiple things but im looking to see if an X axis delineation line can be drawn in highcharts. It is used to specify a specific date in time where something in the environment changed. The chart reader would then look at that line and see if that change to the environment impacted the data represented by the lines in the line chart.
Anyone know if this can be done with high charts ? Sample image attached.
Great answer from Ondkloss: http://www.highcharts.com/docs/chart-concepts/plot-bands-and-plot-lines That page shows exactly what I was looking for.

Highcharts stacked area filtering

I'm getting a bug in my stacked area implementation when a user filters to a specific line.
In the image linked below, you'll see we're tracking two trends. When I turn off the "Dialup" trend, the orange area should remain where it is. Instead, it moves up to fill the entire area. Likewise, if I were to turn off the orange "Broadband" trend, the green dialup area fills the entire area below it, rather than falling to the baseline as it should.
(stackoverflow will not allow me to post images yet.)
You can see the value in the tooltip remains accurate.
Could anyone provide some insight into what may be causing this? In case this may be a factor, the chart is generated based on a table of data using Highcharts.visualize().
I can see that you're using Highcharts 3.0.0. According to this, there was a bug in this version of Highcharts. If you upgrade Highcharts to the latest version, it should work as intended.

Resources