Shape Markers in Line Charts - image-charts

Is there a way to set Shape Markers in a Line Chart?
Google Image Charts to this with the chm attribute.
For Example,
Thanks for the help!

Currently Image-Charts do not support this feature however if the only shape you need is the one from the example, take a subscription and contact our support, the feature will be priorized and implemented in the next weeks 👍

Related

ASP.NET Create Chart that can be tranlated using google translate

As the title says I need a chart tool / idea that can create a chart on an HTML page so that when it is on the page using the Chrome built in Google translate feature, the text within the chart will be translated as well as the text surrounding the chart (i.e. normal page text).
All the commercial ones that I have found already (I am currently using Fusion Charts) all seem to render the actual chart as a SVG graphic or use the canvas element and thus when you try and translate it, it will not work as the chart is an image.
Any suggestions from anyone who may have had the same issue or ideas from people would be most welcome
Disclaimer: Image-charts founder here.
You might want to give a try to a static image chart generator like Image-Charts :)

Image on pie graph with highcharts

I am looking for a graph library that is highly customizable. I found Highcharts and loved it. I am trying to create a pie chart that has images on it. Something like this image
but I am not sure how to do it with highcharts. can anyone help me. Is this possible with highcharts ? if not can you please suggest any other graphs where I can get this output?
It is possible using Highcharts to add custom image to chart using default API's renderer. (API reference: http://api.highcharts.com/highcharts#Renderer.image)
In load chart event you could add custom images to chart and to keep chart responsive - in redraw event you could update the images.
Simple example http://jsfiddle.net/dh6e15op/1/

Select From a list of layers to overlay on google maps

Can anyone advise me on how to select layers from a checkbox overlay the selected layer on google maps?
JavaScript Version:
Please consult the Google Maps API documentation.
https://developers.google.com/maps/documentation/javascript/layers#TrafficLayer
Here's a good example of adding and removing overlays.
https://developers.google.com/maps/documentation/javascript/examples/overlay-remove
Java Version:
Here's a nice example for Java. It even has a radio box to switch between layers.
http://demo.gwt-openlayers.org/gwt_ol_showcase/GwtOpenLayersShowcase.html?example=Basic%20Google%20V3%20example
Your question is not really clear to me.
Like in the previous answer : this is an example on how to use google v3 --> http://demo.gwt-openlayers.org/gwt_ol_showcase/GwtOpenLayersShowcase.html?example=Basic%20Google%20V3%20example
Overlay layers can be realized using setIsBaseLayer(false) method.
Base layers are drawn add the bottom, and can be switched using a radio button.
Overlay layers are drawn on top of the base layer, and can be switched using checkboxes (and thus multiple overlay layers can be enabled at once).
Or are you reffering to the specific google overlays (like traffic layer) ?

Text Layer google-maps-api-3

I have been working with the Google Maps API V3 on a project for some time. I am using the polygon shapes to represent buildings on the map of my campus and now I'm looking for a solution to the issue of the shapes being underneath the text for the map. This includes building games in specific for my campus. I was wondering if there was a way to move the order in which they are displayed so that polygons go under the built in text layer for google maps, and if so, how I would achieve that.
Thanks in advanced,
Mike
I don't think this is possible. Unless the map names are turned off via map options they appear to be a part of the tile image.
Edit: You could possibly do something like turn off the labels and use a library like infobox to make your own.

Changing nodes icon and clickable area in Google Maps Drawing Library (polygon)

As you know, Google Maps Drawing Library is easy to implement, but it gives very little control to the developer.
(Here is a sample of the library at use http://gmaps-samples-v3.googlecode.com/svn/trunk/drawing/drawing-tools.html )
I would like to change the default settings of drawing polygons in two ways:
first, I'd like to use another icon for the nodes connecting lines instead of the small square icon
second, I like to increase the clickable area around the initial node.
Do you know if it's possible to do these changes to the drawing library?
I appreciate your help.
It is not possible with the existing drawing manager functionality. Please go through the following issue in Google maps api issues
http://code.google.com/p/gmaps-api-issues/issues/detail?can=2&start=0&num=100&q=drawing%20library&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal&groupby=&sort=&id=3760

Resources