Dynamics CRM Map Chart no map Charts - charts

In Chart map Config , there are no default map charts, and when i create a new one i can only create pie, line, bar etc charts.
I am using this ;
Dynamic CRM Map Chart
Should there be an option to create a map chart?
Is there a good tutorial on how to do this.
Can someone help me with this , please.
Point me in the right direction.

CRM charts dont support maps out of the box.
The only maps you can you use out the of the box are Bing Maps for specific addresses, and even this requires setup. http://blogs.msdn.com/b/crm/archive/2013/10/22/enhanced-bing-maps-experience-in-crm-2013.aspx
What you have linked to is a third party add-on, so you are best speaking to them if you want to know how it works.

Related

Use different date format on Google Sheets chart?

I am sampling data twice a day and sending it via IFTTT to Google Sheets. All working well but ideally I would like the date format on the chart to be different to that in the sheet and I can't see an obvious way to do that other than to create another column in the sheet. See attached, is it possible to have the date without the time on the chart?
Thanks!
This is possible using Google Charts, or the Charts Service of Apps Script.
The documentation on Google Visualizations has many examples, its not straight forward at first, but with a couple of examples you'll get the hang of it and tailor your chart to your desired output.
In your case, the hint is to modify the horizontal axis format.
See this example to start with: https://developers.google.com/chart/interactive/docs/datesandtimes#formatting-axis,-gridline,-and-tick-labels

google maps in eclipse birt

Is it possible to use google maps in eclipse BIRT. I am specifically looking for using customized icons in the map and if possible to highlight border of certain towns in US states
If it is possible, can you please guide me to a possible solution
Regards
Arif

GWT Chart library - ability to blow-up components inside the chart

I have a specific requirement for my GWT charting library. I need a library that supports a variety of graphs (bar, line, pie) and should have the ability to handle events from inside a chart (like clicking on a bar inside the bar graph - this would allow me to show extra information as a popup when its clicked).
I know that conventional wisdom states that its not possible without using Flash/Flex or a third-party embedded component but I am assuming that there would be a HTML5 charting library that would allow me to do it. I have tried to search but unsuccessfully. Any help would be appreciated. Thanks
I am not a fan of FusionCharts. They have fancy charts but missed the market trend towards HTML5 and allowed Highchart to pick up charting market.
A good way to analyze is to pick up Fusion Charts competition as starting point and then list out your parameters.The below link is heavy duty marketing. Use it only to know what Fusion Chart' competitors are.
http://www.fusioncharts.com/success-stories/competition-and-us/
The rest of the content on the above link is more of marketing bs.
Google Charts support all that, AFAIK.
Or is that answer too obvious ?
And there is a GWT wrapper available.

How to add the different types of graph and charts in my iphone app via using any other api not core-plot?

I am using core-plot but i need to use any other api?
please help me by tell the name of different api's which i can use for add some graphf and chart in my app.
Also need how to customize the look of these graph E.g. add images in bar graphs 2d pie chart to 3d pie chat etc.
note:if the Question is not according to the rules please tell me in comments or Edit it.
Thanks
you can use google's chart api -
http://code.google.com/apis/chart/

Looking for an interactive pie chart to use with GWT (without extern communication)?

I'm looking for a stand-alone Pie Chart which I can use in a GWT application. The Chart should be interactive, so that I can react on user input (read mouse clicks on the chart).
I've already looked at Google Chart Tools with GWT Visualization. This is exactly what I want. A simple to use PieChart class with user interaction and a simple and comprehensive data input. Except that the data is transfered to Google for the rendering part. The data should not leave the client or our server.
Have you tried Fusion Charts? Here's the Pie Chart showcase. Its a Flash object hence you will need to use JSNI to embed the object into your widget or use a library like GWT2SWF to do it for you.
I have used Fusion Charts + GWT2SWF combination in one of my products, and would recommend it to anyone looking for a interactive flash charting tool (outside of google's toolset)
A colleague of mine found following library: GChart. Rather then using Flash we'll try to draw our own. Not sure how easy this will be.
You mentioned:
"The Data should not leave the server"
With Google visualization APIs (as opposed to the chart apis) the data remains on your server, only the code is downloaded from google.
However, if you meant that you shouldnt need access to google at all, then GCharts is the only remaining and a pretty good option.
Check out GWT-RCharts hosted on http://code.google.com/p/gwt-rcharts/ . It is stand alone i.e doesn't have external dependency like Visualization. The API works on SVG/VML specification so no plugin dependency. You may find it quite easy to install, implement and use. You can find the demo at http://gwt-rcharts.appspot.com/