davidtso
Members-
Content count
15 -
Joined
-
Last visited
Everything posted by davidtso
-
Hi, I tried to use the MSSplineArea chart. I've couple series. Let's say 5 of them. (the series data number always bigger than the previous series data number)(like a stack chart). When I plug the data to the chart, the area is overlap (it's expected), but the color is kind of mess up. The area color is kind of close and it's hard to tell which area represented. I can only tell by the line with the data points. I don't know if there's any chart which support area+stack function? Thanks, -David
-
Hi, I tried to put fusion chart and fusion maps in one page. Unfortunately, I include both "fusioncharts.php" and "fusionmaps.php", it show the blank page. If I remove either one of the include code, it showed. ----------------------------------------- include ("FusionMaps.php"); include ("FusionCharts.php"); ----------------------------------------- Is there anyone know what's going on? Thanks, David
-
Multiple Spline Area Chart Color Problem
davidtso replied to Dhruva's topic in Suggestions & Requests
thanks, will try. -
Hi, Does anyone know why the "showLabel" attribute in entity doesn't overwrite the showLabels attribute in map. Thanks, -David
-
Hi, Is there any example that I can download to see how to build the US States Map drill down function? Thanks, David
-
I just found that fusioncharts.php and fusionmaps.php, some of the function name are the same. That's why it conflicts. The question is: when will use encodeDataURL and datePart function? Thanks, David
-
Hi, I tried to display a time value on Y-Axis. The data I have is something like 12:20 (12 mins and 20 secs). Currently, I only can convert it to second to draw the graph. Is there anyway that I can display Y-Axis scale to mm:ss? Thanks, David PS. Please check attachment for the xml. chart.txt
-
Is it possible that drawing a chart refer column 1 (which is total seconds) and showing Y-axis label by column 2 (which is a string type)? Thanks, David
-
Chart always on the top and block drop down menu
davidtso replied to davidtso's topic in FusionCharts and PHP
thx, it works. -David -
Hi, Does anyone know why the chart always on the top layer and block the drop down menu if drop down menu is overlap with the chart? Thanks, David
-
Chart always on the top and block drop down menu
davidtso replied to davidtso's topic in FusionCharts and PHP
how? -
I've tried and it doesn't work. The database has been setup base on the db file. -David
-
How to show y-axis scale on both side, if I'm using multiple-series line chart
davidtso posted a topic in General usage
Hi, I tried to show the multiple series 2D line chart. The y-Axis value is in different range one is less than 1000 the other one is greater than 10,000. How could I make both Y-Axis scale show on the chart? Thanks, David -
How to show y-axis scale on both side, if I'm using multiple-series line chart
davidtso replied to Arindam's topic in General usage
MSCombi2DDY is another column/line combine chart. Is there any multiple line chart which can show different scale in Y-Axis? Thanks, David -
How to show y-axis scale on both side, if I'm using multiple-series line chart
davidtso replied to Arindam's topic in General usage
it looks like this function only works on MSColumn3DLineDY chart. i tried to use MSLine and no luck at all. Can you confirm if this is true? thx, david