Zoom in Anychart using anychart.resource() - anychart

I'm converting from using anychart.ganttResource() to using anychart.resource(), since I need overlapping tasks for my resources.
In anychart.ganttResource() we used zoomTo to get the timeline to match filter on the period shown, but according to the api reference this only Works for Gantt or Maps.
Do anyone know how to set "an end date" for timeline in resource, or how to control to timeline / calendar ?
Regards Anja
EDIT:
Using https://playground.anychart.com/gallery/8.0.1/Gantt_Charts/Server_Status_List I figured out how to get overlapping task in a ganttresource chart

Unfortunately, as December of 2017 AnyChart 8.0.1 doesn't provide such feature for Resource Chart. After the chart loading, visible range of the Resource chart is always anchored to the beginning of the xScale.

Related

How can I hide absolute numbers from the tooltip on a Pie Chart in Google Data Studio?

I have a Google Data Studio pie chart showing the % of the Record Count metric, for various slices, but on hover, the tooltip shows the absolute number of Record Count. I don't want to share the absolute numbers with the customer receiving this report. How can I hide that?
Unfortunately it seems not possible as of now, here is the same question in the official support forum.
As stated by a user, the only possible workaround is to add a trasparent square over the chart, this would prevent the hover functionality to work.
Define your metric used in the pie chart as a percentage by setting the Comparison Calculation field to "percent of total". When hovering the mouse, something in the format 10%(10%) will be displayed on the card. Thus, the absolute value does not appear, even if the percentage is doubled.

SciChart changing the color map on a FastHeatMapRenderableSeries

I'm a long-time user of SciChart, but it's an old version (3.1). I've just started using FastHeatMapRenderableSeries for the first time, and there is a requirement for a user to alter the chart's gradient stops. I've implemented a UI to do this (see image), which involves dragging markers that updates their respective gradient stop within the ColorMap's LinearGradientBrush. It's working in as much as gradient changes can be seen in the chart's HeatColorMap (not shown on this screenshot), and also in my "drag" control (a Rectangle whose Fill is bound to the ColorMap's brush).
The problem is that the colours within the chart itself don't change - perhaps I was being a little too hopeful that this would happen automatically! Is this possible, or will I have to recreate the series each time there has been a change to the gradient?
We actually have this working in a later version of SciChart. Im not sure which version exactly but it was introduced at some point. Have a look at this forum post which discusses a bug in the heatmap color map binding in v5.
In the v6 examples suite, you can drag the heat map legend and recolour the chart automatically, so we know in principle this works.
Very cool image by the way!

Google Data Studio Hide Data on Line Chart

Can I hide data number on line chart to make it only show the trend instead of the actual data?
To remove the Axis, switching from a Time Series Chart to a Sparkline Chart does the trick (or manually remove the required labels and Axis from the Style Tab of the Time Series Chart).
To prevent interactions with the Chart, one approach is to add a transparent Shape over the Chart.
Google Data Studio Report and a GIF to elaborate:

AnyStock - can an annotation be represented in the chart scroller?

I would like to show the location of vertical annotations in the stock chart scroller so that when the user zooms/pans away from the annotation, they are still aware of its location on the chart.
Unfortunately, the current version of the library 8.7.0 doesn't support annotations and markers in the stock scroller. It can show a series thumbnail only.

In current "DevExpress Chart Demo"... "Large Datasource" is missing "range" bar

In a video of the DevExpress Chart Demo (see attached image and link below) out on YouTube... the "Large DataSource" demo seems to have some sort of "range" bar at the top where you can see an overview of the data and adjust the left and right of the range and drag the range left and right as well. In the current version of DevExpress the demo doesn't have this feature. Does anyone know how to implement it... or at least what it is officially called so I can look it up in the documentation.
Also, if anybody knows, is there is source code for this demo?
The actual video I'm talking about is here: https://www.youtube.com/watch?v=HmA6vANrKKk
some sort of "range" bar at the top
Your screenshot is demonstrates the RangeControl, which provides a data range selection functionality.
ChartControl on your screenshot is bound to the RangeControl via the RangeControl.Client property.

Resources