Search the Community
Showing results for tags 'FusionCharts'.
Found 40 results
-
Adding different drill downs at the same level to fusion maps in asp.net
mike_ posted a topic in FusionCharts and ASP.NET
I have a fusion map of India showing states and I want to use drill down in such a way that when I click on Delhi, it should drill down to fusion map of Delhi and when i click on Mumbai it should drill down to fusion map of Mumbai etc. How should i use fusion map ConfigureLink() function for the mentioned scenario. I am able to do this, if it's a common drill down for both Mumbai and Delhi but getting difficulties in different drill downs at the same level. Please help me out. Thanks in advance.- 8 replies
-
- javascript
- fusioncharts
-
(and 1 more)
Tagged with:
-
Hello all, I have deep knowledge of the FusionCharts visualization libraries. If you are looking for a competent data visualization programmer, I'm your guy! Please feel free to contact me at [email protected] - Best
-
- fusioncharts
- expert
-
(and 3 more)
Tagged with:
-
Hello all, I have deep knowledge of the FusionCharts visualization libraries. If you are looking for a competent data visualization programmer, I'm your guy! Please feel free to contact me at [email protected] - Best
- 1 reply
-
- fusioncharts
- contract
-
(and 2 more)
Tagged with:
-
Hello; When attempting to draw a trendline on a chart of type "MSStackedColumn2DLineDY" with Animation = 1 running in Internet Explorer 8 compatibility mode (IE11 emulating IE8) the trendlines disappear after being drawn. I am using v3.9. Is this a known issue with a fix in the works? Thanks.
-
Hi, Anyone who need FusionChart DashBoard using Mysql/php Application feel free to hire me
-
- forhire
- fusioncharts
-
(and 3 more)
Tagged with:
-
Hi, i try to implement fusioncharts in my next project. Now i found a bug or a wrong intepritation. I think fusion charts calculate the rotation regarding to the body scroll position. Now i have a div inside the body that can be scrolled to ( overflow scroll ). When i try now to rotate the pie2d chart by mouse the rotating will go wrong. Is there a workaround or something i can configure to let fusioncharts calculate the position of the chart and the rotation correct ? Thanks for your help Mirco
-
FusionCharts Developer Mexico City
AZKA IT Consulting posted a topic in FusionCharts Jobs and Consultation
-Excellent knowledge and management java script 's including framework -Experience in design and development of websites in HTML -SQL Server developer 2005, 2008 , or express edition -Management and administration of DB in MySQL, Postgres , SQL . -Design And implementation of data models in environments Datawarehouse -Data Marts -Design And knowledge of ETL quality information processes, analytical and enrichment Creation and management of databases: physical models , business models and logical models -Construction Of modules information exploitation: Dashboards , flexible systems mark ( OLAP ) , reporting systems , systems of rules and data mining. Open Salary Location: México City, Santa Fe Project for two-months [email protected]-
- fusioncharts
- developer
-
(and 2 more)
Tagged with:
-
Hi , I am using fusion charts trial version. I want to show legends with only icons without any labels. Please help me to get out of this.
-
Click on bar charts then execute a C# method/function
Bob Tiamsic posted a topic in FusionCharts and ASP.NET
Hello. Is it possible when we click on a data plot in bar chart, it will execute a C# function? How can we do this? please help me with my problem.- 2 replies
-
- barchart
- fusioncharts
-
(and 2 more)
Tagged with:
-
Hello. Is there a different syntax for inserting a new line in tooltext of dataplot? Im using ASP.Net and C# for building my DATA String for my chart. When I insert {br} in tooltext for creating new line, it gives me an error that the string is in invalid format. Please help me with this. Thanks in advance and have a good day! StringBuilder xmlString = new StringBuilder(); xmlString.AppendFormat("<chart caption='Summary of Late by Employee for the month of {1}' subcaption='Employee: {0}' showValues='1' xAxisName='Month' yAxisName = 'Late (in Minutes)' showBorder='0' bgColor='66a4ff,FFFFFF' bgRatio='60,40' canvasPadding='30' PYAxisMinValue='0' vDivlineColor='c2c2c2' rotateValues='1' anchorRadius='5' valuePadding='5' labelDisplay='rotate' slantLabels='1'>", dt.Rows[0]["EmpName"].ToString(), MonthName_); for (i = 0; i <= count - 1; i++) { xmlString.AppendFormat("<set label='{0}' value='{1}' tooltext='{0}{br} Time In: {2}' />", dt.Rows[i]["DateF_"].ToString(), dt.Rows[i]["LateMinutes"].ToString(), dt.Rows[i]["TimeInF"].ToString()); } //xmlString.Append("<set label='Sample' value='3' tooltext='name: Bob {br} Age:21' />"); xmlString.Append("<styles><definition>"); xmlString.Append("<style name='captions' type='font' font='Arial' size='12' bold='1' />"); xmlString.Append("<style name='axisLabelBevel' type='bevel' angle='0' />"); xmlString.Append("<style name='valuesAnim' type='animation' param='_y' start='$canvasStartY' duration='1' />"); xmlString.Append("<style name='acnhorBevel' type='bevel' distance='2' />"); xmlString.Append("</definition><application>"); xmlString.Append("<apply toObject='Caption' styles='captions' />"); xmlString.Append("<apply toObject='subcaption' styles='captions' />"); xmlString.Append("<apply toObject='xAxisName' styles='captions' />"); xmlString.Append("<apply toObject='yAxisName' styles='captions' />"); xmlString.Append("<apply toObject='Datavalues' styles='valuesAnim' />"); xmlString.Append("<apply toObject='anchors' styles='acnhorBevel' />"); xmlString.Append("</application></styles>"); xmlString.Append("</chart>"); ltrDrillDown.Text = FusionCharts.RenderChart("../FusionCharts/Column3D.swf", "", xmlString.ToString(), "LateDetailsChart", "600", "300", false, true);
- 2 replies
-
- fusioncharts
- asp.net
-
(and 2 more)
Tagged with:
-
Fusion Charts, Line Chart does not have vertical lines
Bob Tiamsic posted a topic in FusionCharts and ASP
Hi. I am building a line chart using FusionChartsFree My line chart does not show verticalgridlines though I set vDivlineColor, vDivLineThickness Anyone who can solve my issue? Thanks! Thanks, -
Can I get information of a data object from html ( dom )
kevincorsigon posted a topic in FusionCharts DOM
hello, I need to somehow get the information from one point of my chart by javascript, I need the information about the category, series name and value to use in a javascript function. Currently inserted already own a javascript function on my link properties however I could not find it through the DOM. My goal is to find the object on the screen through the information they already have in my application for example: get the point of my line chart que have the value 7, category '12: 00 ', and series-name' test 'for that in some cases I will be able to add a popover on the circle, rect or other object that has the specific values. Can anyone help me??? -
In attached image there is a legend area in red rectangle. Can we customize the legend as attached pictures. For reference please follow the attached image.
- 1 reply
-
- FusionCharts XT
- FusionCharts and ASP
- (and 2 more)
-
How to generate interactive graphs daily,weekly,monthly,yearly on it which pull their data from excel files from other website which get updated with time.
-
I am using fusionCharts version : 3.2.1 In which FC Combi chart is not working properly it is showing only bars , Line is not coming