|
Topic |
Author |
Replies |
Last Post |
|
|
Radar Chart within Flex 4 support
Hi, My name is Miguel, from Chile. I'm working in a project using Flex SDK 4 and I need to include the Radar Chart component, but I'm getting the error above, I think it is a problem within Flex 4 because ...
|
Miguel Moraleda
08 Mar
|
0 |
- |
|
NaN appearing in the RadarChart
Hi, I need an urgent help on the radar chart. I am using radar chart for comparing four quantitative variables(say P1,P2,P3,P4) of certain categories.Number of categories that is getting compared varies dynamically. The problem i face is that when ...
|
Ponnu Vijayan
14 Jan
|
0 |
- |
|
|
Radar Chart Flex 3.3
Hi, I'm trying to use the Radar Chart component in a Flex 3.3 project. Unfortunately, I can only find SWC compiled with flex 3.4 in the download section. Is there anywhere I can find an older 3.3 release? Thanks ...
|
se e
21 Dec
|
0 |
- |
|
|
Radar chart axis order
Hi , As posted on my previous questions I want to define the order in which the Axis is shown in the radar chart. But, it seems like the radar chart defaults it to alphabetical order. Please confirm if there is anyway to order the axis programatically instead of alphabetical order ...
|
Abhinav Singhal
30 Nov
|
0 |
- |
|
|
Toggle specific series items on and off
Dear Greg, Thank you for your feedback. We understand your frustration, and we will immediately take action for better documentation on Radar Chart. Our clients' suggestions, bug reports, and feedback are a priority to us, so please do not hesitate ...
|
Jason Merrill
27 Jan
|
4 |
Fadi Mansour
16 Nov
|
|
|
How to sort Radar chart Axis parameters.
Hi All, I am using Kap it for Radar chart. Currently it seems that order of the Axis sorting is based on alphabetical order. I have to order the Axis based on some requirements. So please confirm if there is any way I can ...
|
Abhinav Singhal
11 Nov
|
0 |
- |
|
|
Set width in a series label...
Sorry I did not understand your request can you please give me more details. Regards, Fadi Mansour
|
Nicola Zannino
26 Feb
|
1 |
Fadi Mansour
04 Nov
|
|
|
Circular Grid Lines?
possible to make the grid lines circular. We would consider adding this functionality in future releases. Regards, Fadi Mansour
|
Peter Green
03 May
|
1 |
Fadi Mansour
04 Nov
|
|
Tooltip problem.
problem is fixed in the version 1.5.1. User can also create his own custom tooltip. Regards, Fadi Mansour
|
SeungHoon Lee
01 Apr
|
5 |
Fadi Mansour
04 Nov
|
|
how to change text's size on tooltip
release 1.5.1 user can define a customToolTip using the property customToolTipClass. For more information please refer to the ASDoc, developer guide and the demo code source. Regards, Fadi Mansour
|
Yan Xuehe
09 Sep
|
1 |
Fadi Mansour
04 Nov
|
|
Max Value problem in custom axes
Thanks for your quick reply Maybe I do not describe the problem very well. In fact, I have provide another data provider to the radar chart. INDICATOR1SCORE is the mark the user have INDICATOR1 is the total mark of the skill. var temp ...
|
Alan Chow
02 Nov
|
2 |
Alan Chow
02 Nov
|
|
|
series color issue
I was unable to reproduce your problem. To define a color for a series I suggest to look to this entry http://lab.kapit.fr/pages/viewpage.action?pageId=22085766&focusedCommentId=36831241#comment36831241. It would be helpful if you can provide an example. Best Regards ...
|
Janick Delot
03 Aug
|
4 |
Fadi Mansour
21 Oct
|
|
Custom axis data display problem
normal as we chosen to have this behavior. Best Regards, Fadi MANSOUR
|
Alan Chow
31 Jul
|
1 |
Fadi Mansour
21 Oct
|
|
|
Radar Chart - series
Hello, When the dataProvider is reset the axes and series are deleted and redrawn according to the new data in the dataProvider. Which means that any color you have already specified to a series will not be taken into consideration. To solve this problem all you have to do is to reset ...
|
Indhu
05 Oct
|
1 |
Fadi Mansour
21 Oct
|
|
|
New to FLEX
choose a different color for each series you should specify the color property. for example: <?xml version="1.0" encoding="utf8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" xmlns:radarchart="fr.kapit.radarchart."> <mx:Script ...
|
Andrew Henry
07 Jun
|
6 |
Fadi Mansour
21 Oct
|
|
Objects with Children - data driving axes
Hello, I suggest you take a look at this entry http://lab.kapit.fr/pages/viewpage.action?pageId=13009032&focusedCommentId=13271068#comment13271068 in the forum. It may help you. Best regards, Fadi Mansour
|
Damien Sandy
15 Oct
|
1 |
Fadi Mansour
20 Oct
|
|
|
open source
Hello, Starting the 30th of September, we released a new commercial offer that includes the code source of the components. I invite you to visit our store for more details. Do not hesitate to contact me for any additional questions Regards, Fadi ...
|
evilspirit
13 Aug
|
2 |
Fadi Mansour
01 Oct
|
|
|
conflict
conflic between this swc file and swc of iLog
|
liron levy
16 Aug
|
0 |
- |
|
|
Remove Axis dynamically
Hi Andrew, I am not having this problem. Can you please post an example of your code or you can send it to the following email account lab.contact@kapit.fr. Regards, Fadi
|
Andrew Henry
26 Jun
|
3 |
Fadi Mansour
08 Jul
|
|
|
Hello? Anyone here?
Do not worry, Jason, we never forget our faithful users ands and for expertise consultancy with no delay in response, our support offers will soon be available on line for optimum help. It is not possible to do this dynamically for the time being in the new version on the 5th ...
|
Jason Merrill
30 Jan
|
1 |
Fadi Mansour
30 Jan
|
|
|
What do you mean by Object.children for dataprovider?
OK thanks so I guess there is nothing I can do until February 5th right
|
Jason Merrill
23 Jan
|
2 |
Jason Merrill
26 Jan
|
|
|
Data provider problems with Radar Chart
Actually, let me clarify since I got a little further, I get this error now: Fault exception, information=ReferenceError: Error #1069: Property @label not found on model.SurveyVO and there is no default value. The entire error is: ReferenceError: Error #1069 ...
|
Jason Merrill
31 Dec
|
9 |
Jason Merrill
22 Jan
|
|
|
Creating axis dynamiclly
Hello, This Topic is in reply to a question asked by Jason on creating axis dynamically using a repeater. This is not possible because repeaters are used to create dynamically UIComponents and RadarChartAxis are based on Sprite and that is why we can not use repeaters. Nevertheless we can always ...
|
Fadi Mansour
07 Jan
|
1 |
Fadi Mansour
07 Jan
|