Tagged Questions
The flex-charting tag has no wiki summary.
1
vote
0answers
38 views
Can I customize a BarChart for this purpose?
I'm kind of new to using charts in Flex, so you'll have to forgive me if I'm asking something for which there's an obvious answer.
I have a need to create a BarChart which acts more like a List ...
1
vote
0answers
129 views
Issue with using dual vertical axis in flex charts?
I am plotting two line series on a single LineChart which share the same horizontal axis, but have different vertical axis on the left and right of the chart:
<mx:LineChart id="linechart1" ...
1
vote
1answer
40 views
Graph data provider has values but graph is not plotting
In the below code the traced values are correct its there in the chart data provder but the
input graph is not plotting.there is no error in this code.Can anyone solve it?
function fnctn(evt:Event) ...
1
vote
1answer
220 views
A custom embedded marker for a LegendItem in a flex chart
I've been working with the flex charting component and I want to embed a custom icon for the marker in the legend. I've run into some strange behaviour where if set directly the icon is mirrored and ...
1
vote
1answer
376 views
Flex DateTimeAxis: Control over what times get used?
We get minimum and maximum times from an external source when asked to display a flex graph, and so we use a DateTimeAxis to display the time (x) axis. Because of this, we can't hard-code labelUnits ...
1
vote
0answers
250 views
flex charts: datetimeaxis scrolling within disabled ranges
What is the best way to implement datetimeaxis scrolling within disabled date ranges in Adobe Flex 3?
I use these classes for scrolling: ...
1
vote
1answer
655 views
breaking up line chart in flex charting
I am wondering how will i proceed with the following requirement. I need to create a line chart of business data of the last 8 quarters. It is easy, but the requirement is that, there should not be a ...
1
vote
5answers
3k views
Position of axis labels on a Flex Chart, and how to position things relative to them
I am using an AxisRenderer that is positioned to the right of a BarChart and am looking for a way to position a title for the values in the AxisRenderer above them.
How do you find the position of ...
0
votes
1answer
109 views
Flex PlotChart zoom error in findDataPoints()
I came across this great tutorial on how to zoom into a chart by drawing a rectangle in a LineChart to zoom into it (http://blog.ninjacaptain.com/2010/03/flex-chart-zoom-window/) but i'm trying to ...
0
votes
1answer
95 views
How can we create a Radial Pie chart?
How can we create a Radial-Pie-Chart in Flex?
Basically i am trying to create a stacked pie chart.
What should i do to achieve this?
Can we show stacked column chart in a pie?
Thanks
0
votes
1answer
22 views
Charting a count of records returned
I am trying to create some charts in Flex/FlashBuilder 4.5
The issue I have it that the information I wish to display is the number of events within an area. I am using HTTP service to access a rails ...
0
votes
1answer
58 views
How to get charts data on click of respective data lenged
what should i do to get chart's data on the click of respective data Legend.
suppose i have array [{id:123, label:sales, year:2010},{id:124, label:refunds, year:2010}]
for a column chart which has ...
0
votes
0answers
44 views
Can we use icon in Flex chart?
Is there any way to use icon for chart series in Flex charts for example Bar chart in Flex.
I am trying to create icons based charts in Flex.
for example consider Bar chart of flex. insted of using ...
0
votes
1answer
313 views
Flex Chart, columnWidthRatio not working on LinearAxis of ColumnChart
Columns of columnChart are showing too narrow if i am using the LinearAxis, even tried columnWidthRatio = 0.95
for category axis, this is fine
Could anyone tell me what i am doing wrong here?
I just ...
0
votes
1answer
328 views
BarChart - Vertically Center Labels
This task doesn't seem too tough, but it has been blocking me for the last couple hours. I am doing a stacked bar chart, and I want the labels to be horizontally and vertically centered within each ...
0
votes
1answer
366 views
Set dataTipRenderer on a series-basis for Flex charts?
I have a Flex LineChart which contains three series:
two LineSeries
one ColumnSet
Has anyone seen or heard of a way to set the dataTipRenderer on a per-series basis? You can only override it for ...
0
votes
1answer
780 views
Flex Charts: Can you use a minimum/maximum point from an IAxis for Cartesian Data Canvas to draw the entire width of the chart?
I have a chart with a DateTime axis as my horizontal and a Linear Axis for my vertical inside a Adobe Flex Line Chart. I want to use a Cartesian Data Canvas as a background element and draw custom ...
0
votes
1answer
344 views
Flex Date and Time Stock Chart (HOLC) - Need Help
I am trying to show BOTH the date and the time in Flex 3.5 Stock HOLC (high, open, low, close) Chart. This data shows up but not in the correct format...
Problems:
1. The time are out of whack.. ...
0
votes
1answer
255 views
Linechart with labelled plots
I have a line chart with 4 line series with diamond, circle, box and triangle as item renderer for the plots for these 4 line series. Now my requirement is I want to show labels for the plots in the ...
0
votes
1answer
575 views
Flex chart axis title blinking on resize
I am having a chart with titles for horizontal and vertical axis. the verticalAxisTitleAlignment property of the vertical axis renderer is set to vertical. The application is a portal sort of thing ...
0
votes
2answers
578 views
Getting fill color inside the itemrenderer in Adobe Flex
I am writing a custom item renderer to render a column series in my application.
Its a stacked chart and i want to use the same item renderer for both the column series.
The color for each series in ...
0
votes
1answer
320 views
Moving more than one divider at a time in HDividedBox
I'm trying to have a minimap display with a draggable viewport below a chart. I essentially have this to control the viewport of the chart:
<mx:annotationElements>
<mx:HDividedBox ...
0
votes
1answer
345 views
How do you add a click event handler to the vertical axis of a BarChart in FLEX?
Does anyone know if it is possible to add a click event handler to the vertical axis (or any axis) of a barchart in flex?
If I add the handler to the BarChart itself, it looks as though the event ...
0
votes
3answers
2k views
Drawing a dashed line across the tops of Flex Column Chart
Please find the below code
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
...
0
votes
1answer
248 views
Memory leak in Flex Charts
I have created a UI that displays 3-4 charts in the UI.
I notice the following
As soon as these charts load up the IE memory shoots up to around 400 Mb which is understandable because some of ...
0
votes
3answers
251 views
Flex Charting Trial
Why is there a watermark on my Flex charting applications saying 'Flex Charting Trial'?
0
votes
3answers
987 views
Aligning Multiple Charts in Flex Charting
I have multiple line charts in Flex Charting (3.x). The charts (and number of charts) are being dynamically generated, and are either of "type A" or "type B." The type of data on the Y-axis is ...
0
votes
1answer
2k views
With a Flex ColumnChart, is there a way to center the datatip over the column
I'm using a Flex ColumnChart with a custom dataTipRenderer. I'm able to apply a nice skin with the dataTipRenderer, but am not sure how to move the datatip to be centered.
Is there a way to have the ...