| Topic |
|
Author |
Views |
Replies |
Last Post |
Clarification on multiple series with same seriesfield value
Anyone have any thoughts? Does the RadarChart handle multiple series having the same seriesField? Would appreciate anyone even sharing their experiences here. I'm in the evaluation phase, and while the chart looks good, we aren't able to get ...
|
|
NA
20 Aug
|
57 |
2 |
NA
27 Aug
|
Multiple Series with same seriesField
Hi, I'm having trouble trying to render a dataset with many series sharing a smaller number of seriesField values. For example, I have: name='A' val1=10 val2=20 val3=30 name='B' val1=10 val2=20 ...
|
|
NA
20 Aug
|
23 |
0 |
- |
Binding with DataProvider not working
Hi, I create a RadarChart and assign it a dataprovider and axis. At creation, the dataprovider is an empty ArrayCollection. As my code runs, the dataprovider is filled with objects (using the addItem() method). Other objects in Flex see the updates via binding. But the RadarChart does ...
|
|
NA
11 Aug
|
40 |
0 |
- |
How to change the value text color?
Hi, Does anyone know how to change the value text color? for example: http://lab.kapit.fr/download/attachments/29687821/RadarchartdocvisuSeries.png I would like to chnage the color of value1 value6. Thank you
|
|
Yen, Yung-Tai
07 Aug
|
21 |
0 |
- |
Same scale for every axis
yeah, i understand what you mean. there must be something that is not correct or the useSameGraduations is anywhere set to false... I'll have to see your code: your radarchart and the dataprovider
|
|
Massimiliano Ansaloni
01 Jun
|
147 |
3 |
Fipsn
14 Jul
|
NaN appearing in the RadarChart
i do have the same problem but just when setting useSameGraduations="false" Otherwise it works correctly, and also the grid is then shown for every area of the radar chart, even if there are just 0values... So, isn't there anybody that can help from KapIT
|
|
Ponnu Vijayan
14 Jan
|
430 |
1 |
Fipsn
14 Jul
|
Place 0-Values in the real Origin
Solution found: I just found out, how to reach the desired behaviour. There is a style property startPadding = "Distance between the center and the first series. The default value is 20." Set it to 0 and everything is okay
|
|
Fipsn
07 Jul
|
177 |
4 |
Fipsn
09 Jul
|
Radar Chart within FX4 *AIR* Bugs
Ok cool. I'm not concerned with the full demo at all. Just using that as a point of reference. Can you point to any downloadable version, even a simple one, that is Flex 4 AIR with Spark? Or could you create a quick one and post ...
|
|
Samuel Asher Rivello
18 Jun
|
297 |
4 |
Samuel Asher Rivello
07 Jul
|
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
|
554 |
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
|
436 |
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
|
436 |
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
|
2479 |
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
|
340 |
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
|
1193 |
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
|
881 |
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
|
2583 |
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
|
813 |
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
|
641 |
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
|
1401 |
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
|
944 |
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
|
749 |
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
|
1887 |
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
|
651 |
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
|
1072 |
2 |
Fadi Mansour
01 Oct
|
conflict
conflic between this swc file and swc of iLog
|
|
liron levy
16 Aug
|
546 |
0 |
- |