Javascript, Flash, Flex, WPF, Silverlight and Windows Phone 7 charting and mapping controls.
0
votes
0answers
6 views
Change ChartCursorBalloonText in Javascript Amcharts
Hi i am using javascript AmCharts and this one’s an AmSerialChart. Although we are showing dates in the category axis, the requirement is such that we cannot show them as dates but as strings. Keeping ...
0
votes
0answers
15 views
How to show polynomial tread line in Am-Line chart
How can i show a polynomial tread line in Am-line chart. I'm getting a straight trend line here, i need a polynomial trend line. My javascript code is shown below. Please someone help me to solve this ...
0
votes
0answers
15 views
AmCharts inline code Uncaught reference error
Inside my HTML < body > I write Amcharts inline script like this:
<script type='text/javascript'>
var am_chartData = ...
AmCharts.ready(function () {
chart = new ...
1
vote
0answers
57 views
Printing AMCharts graphs on IE8
I'm having a problem printing line graphs from AMCharts.
On my page, the chart is right, but when I try to print it, some spaces are blank.
For example, this image shows how I see the image on my ...
0
votes
1answer
148 views
Populating PHP array from MySQL for use by Amcharts
I'm trying to set up some simple Amcharts graphs for a company intranet webpage. Over the last two weeks I have created HTML/JS and produced a nice graphic using Amcharts (data hard-coded in the HTML ...
0
votes
0answers
48 views
How to rotate horizontal axis in amCharts for Windows Phone
How can I rotate x-axis text in amCharts ?
I need to make them vertical, so that with more column, all of them can be read.
0
votes
1answer
48 views
javascript Amcharts adding listeners
I have two functions like this:
function zoomChart() {
chart.zoomToIndexes(0, 20000);
}
function zoomAtStartToLast90() {
var dataLength = am_chartData.length;
...
0
votes
1answer
49 views
Problems with drawing amcharts in offline
I'd like to draw amcharts in offline. It works fine in offline already but I got some problems with scrollbar grips - they are not drawned because all images stored at ...
1
vote
1answer
48 views
AmCharts Stock Graph
I am wondering which object that colour settings for the 'red' balloon and line are under for the AmCharts Stock Chart. See picture below
0
votes
0answers
130 views
Amchart implemented from mysql data
How can i implement mysql data into amchart?
amchart is a javascript, the code is as follow:
var chartData = [{ country: "USA", visits: 4252 },
{ country: "China", visits: 1882 ...
1
vote
0answers
81 views
amCharts Legend strang behaviour at small space
I encountered some strange behavious on amCharts when trying to build a small javascript PieChart.
If the size is big, it looks just fine, but as soon as it is samller than a certain amout of px the ...
0
votes
0answers
88 views
Javascript Amcharts Exports
Is there any way to export the javascript amcharts like FusionXT charts ?
http://docs.fusioncharts.com/charts/?exporting-image/ECPureJS.html
0
votes
0answers
98 views
VML to SVG conversion
I am creating the Javascript Amcharts. I need to Export the chart as Image. For this I am getting the chart div InnerHtml value as in SVG format in Chrome browser, but in IE innerHTML value as in VML ...
1
vote
1answer
112 views
Data Point Lables in AmCharts
I am using Amcharts and created one scatter graph using javascript. I want to show my own custom label (i.e. company name and last financial year) on each data point of the generated graph.
Here is ...
0
votes
0answers
223 views
AMCharts Pie Chart Not Rendering with Multiple AJAX Calls
So I've looked around and can't seem to find any questions similar to the problem I'm having.
I am using AJAX (via jQuery) to get data from a database, which I then feed to AMCharts. I have properly ...
0
votes
1answer
127 views
Set balloonText in Javascript Amchart
I am using javascript Amchart. I need to set the balloonText like
if value is "1" means "1 point" as balloonText ,
if more than one means(Ex:5), "5 points " as balloonText .
Can anyone help ...
0
votes
1answer
58 views
TypeScript declarations for AmCharts [closed]
I am looking for TypeScript declaration files for AmCharts. If anyone has them, please share.
0
votes
0answers
112 views
Amcharts Multiple Value Axis in a Graph
I'm using multiple value axis in my graph with multiple guidelines and multiple vertical y-axis based on my requirement. Now i need to display two value axis with a single y-axis and four guidelines ...
0
votes
0answers
100 views
Javascript Amcharts
I'm using javascript amcharts in the webpage for creating linecharts. There is an hover balloons displaying for the bullet points. My question is how to display the hover balloons only for the ...
0
votes
1answer
483 views
how to add Legends in bar charts amcharts?
I'm using bar chart(amcharts) in my application and i need to include Legends for that bar charts. so, i added the following scripts for bar script,
legend = new AmCharts.AmLegend();
legend.position ...
0
votes
1answer
381 views
Displaying Am Charts in an extjs window
I have been trying to build a sample web app that integrates amChart with extjs 2.3. All I have to do is display the chart on a pop up window. I did this by creating a page that loads the chart, then ...
0
votes
0answers
206 views
format labelText with amCharts
Iam trying to format the numbers with amCharts.
I would like to format the numbers with a precision of 2 but when I insert:
graph.numberFormatter = {precision:2, decimalSeparator:'.', ...
0
votes
2answers
274 views
create a javascript array from a sql query
In fact, my goal is to create a graph with the library amchart
To create the chart, the code is to provide type:
var chartData = [{
date: new Date(2012, 0, 1),
distance: 227,
townName: "New ...
0
votes
0answers
44 views
Data graph display given by the user
I am trying to use amchart I would show my curve between two given date by the user retrieve php
I found this example but it uses today's date and another date (my first time retrieve it
...
0
votes
0answers
94 views
draw several graphs javascript
I would use this code to display a given number of a graph, the number of such graph is variable each time will modifié.j 'I try to make a loop for the number of graph but I can not come me help
...
0
votes
0answers
156 views
SQL query result in a Javascript array?
I am trying to use Symfony2, I would send the result of an SQL query to a Javascript array.
I have this piece of code in my controller:
$host = "172.25.5.227";
$user = "stgzouaoui";
$password = ...
0
votes
2answers
374 views
dynamic data amchart
I am trying to use the library amchart I tried to follow the examples of the site and it works with static data I want to know how to make graphs with dynamic data ie the database instance? who can ...
1
vote
1answer
1k views
How to show y axis value in this amchart sample code?
I was trying to display the y axis values in the amcharts. Here is the jsfiddle link.
Here is the html code:
<script src="http://www.amcharts.com/lib/amcharts.js" type="text/javascript">
...
1
vote
0answers
180 views
How can i solve the issue with Amchart line graph in ie
I am doing a site in php which has a graphical presentation. I have used amchart graph . I have drawn the graph it works but the line displays strange , when i am using IE browser and it has no ...
0
votes
1answer
429 views
insert date object to json
I have this json which i need to work with amCharts line chart,
var chartData = [{
date: "2009/10/2",
value: 5,
name: 5
}, {
date: ...
0
votes
0answers
397 views
Dynamically adding and removing a graph in a chart AMcharts
What i wish to make is an interface that helps me create charts. I started by creating a general div tag called chartContainer, then i created a button "add" when clicked it executes a javascript ...
1
vote
1answer
311 views
Number format with Amcharts Javascript
Amchart give me amazing graphics into HTML but...
How to format the number axis?
Currently it shows me 65,000 and I need value like 65000. No commas!
Thanks!
1
vote
1answer
261 views
Unable to export Amcharts in IE
I am trying to export amcharts to image. The provided example works in Chrome and FF, but not in IE (I tried 8 and 9).
Any idea of what is happening?
0
votes
1answer
341 views
How to draw an animated chart in WPF
In my WPF application, I need to draw a line chart which draws a line with an animation. The best solution I've found yet, is to use Devexpress tool which provide all what I need and much more but ...
0
votes
1answer
1k views
Amcharts SerialChart multiple line graphs different category value member paths (Silverlight)
EDIT I rewrote my question to make it more understandable after the conversation below with Tony (thanks!).
GOAL Render multiple line graphs (let's say 2) in the same chart. The charts have different ...
0
votes
1answer
84 views
Align center Graphs using amCharts
I have this graph, built by engine amCharts, i have 3 type fields and 3 graphs
yellow
green
blue
var graph1 = new AmCharts.AmGraph();
graph1.type = "column";
graph1.valueField = "yellow";
...
0
votes
1answer
268 views
How can I set custom colors on stroke amchart js library?
I'm using AmCharts Javascript Library (http://www.amcharts.com/) to present chart on HTML with SGV. The problems are default stroke colors!
I want use my own colors. Any way to set the stroke colors?
...
0
votes
2answers
354 views
AMCharts category title position
I have an AMChart which I've added a category title to but I can't get it to display properly and no matter what parameters I tweak, I can't get it to show at the right distance from the bottom of the ...
1
vote
1answer
1k views
javascript amCharts graph item click event
In amCharts flash chart there is a event name clickGraphItem which work as click on graph item and after fetching this event we can do any action on graph item click.
I need the same functionality ...
0
votes
1answer
323 views
Setting the initial range for AMCharts ScrollBar
I have implemented a serial chart using AMCharts but have more columns than can be realistically shown in a window. To reduce the amount drawn, I have added a ChartsScrollBar which does the trick, ...
1
vote
0answers
274 views
Rails: Restricting pure javascript in the asset pipeline to specific views
I'm trying to get my AMChart pure javascript out of my views and into the .js file in assets/javascripts/ for my controller, as Rails likes it.
I have two separate charts on two separate views, each ...
0
votes
2answers
400 views
zoomToCategory on amchart column chart
I am developing a chart via amcharts and i want it to select certain ranges because i deal with more than 6000 x values on my map..i was trying to use zoomToCategory control on my map but when i use ...
0
votes
1answer
336 views
How can I pass a C# variable value to javascript to work with amcharts?
I am trying to pass a variable with a json string from C# to javascript where I am trying to use that information to draw an amchart column chart. However, when I try to access the variable that ...
0
votes
1answer
132 views
Adding bullets and decrease xaxis label interval
Im working with a small app and found out that amChart is pretty nice. But I want to be able to control a couple of things and have not found out how I can do that...
First off I want the user to be ...
0
votes
1answer
484 views
Two amCharts graphs are not displaying on the same page with jQueryMobile framework on iPad
I am creating a web application using the jQuery Mobile framework for iPad. In my application I need to display some charts, so I am using Javascript amCharts to draw charts.
In my application, on ...
0
votes
1answer
879 views
Highchart vs amCharts (or something else)? [closed]
I'm looking for a javascript api to create some charts. I seen Highchart and Amcharts. They seems to be very similar so my question is : what are differences? Which one is the better and why?
There ...
0
votes
1answer
213 views
Amcharts are not displying in tablet/ipad?
I am using java script am-charts for displaying charts for tablet application.
There is one problem which i am facing during development
whenever i am opening same links in two tabs, charts are not ...
0
votes
0answers
115 views
amcharts-linechartgraphs wpf. 2 linechart graphs in one linechart
I need to have 2 linechartgraphs in one linechart(2 lines displayed).
I only manage to see one at a time.
graph1 grafima = new graph1(xgraph, starting, ending, sqlgraph);
...
-1
votes
1answer
2k views
saving amchart (Multiple SVG) as an image (jpg) using jquery/javascript
I have generated four charts on the html page using amchart in 4 divs respectively.
On each div there is a link for export the chart. The charts are generated using multiple SVG. I want to save the ...
0
votes
0answers
215 views
Microsoft JScript runtime error: Unspecified error at “a=a.offsetParent” in amcharts.js when using fancy box and amcharts together in c# web app
I'm getting this error "Microsoft JScript runtime error: Unspecified error." and a line "a=a.offsetParent" in amcharts.js is highlighted.
On page load when i click on the anchor tag to invoke the ...



