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

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.

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.

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:

Zoom in Anychart using anychart.resource()

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.

Custom Map Image WIndows Phone 7

I have custom map image with specific height and width.
i need to map x-y coordinates of image to latitude longitude from four corner latitude longitude available.
this requirement is for fulfill current location of user into custom image map.
more on this on image i have specific few points on image, based on current position of user, i need to find near by point on image in Windows Phone Application.
Thanks in advance.
If you are using the Bing Maps Silverlight Control for WP7, there are APIs for want you want to achieve.
The Map class for example provides methods LocationToViewportPoint and ViewportPointToLocation for converting coordinates.
There is also the class MercatorUtility which provides helpful methods like LocationToLogicalPoint and LogicalPointToLocation.
However, depending on what you mean with custom map image, nobody except you would possibly know how it maps to view coordinates.

Visiblox, WPF: Display labeled markers in a chart

is there a way to add some markers, like points or vertical lines with text labels to a visiblox chart?
Cheers,
Lutz
The premium version of Visiblox supports the concept of annotations; elements which are anchored to values on your X and/or Y axes. The Visiblox API supports the following annotations out-of-the-box:
Ellipse / circle
Rectangle / square
Lines (horizontal, vertical, point-to-point)
Text labels
Text labels anchored to datapoints (callout)
Annotations can be placed on the chart programmatically, and thereafter can be moved by the user via 'grippers'.
For a good idea of what is easily possible, see the following demo application:
http://www.visiblox.com/examples/Hindsight

Resources