The other day I was working on some charts for a client which had a static minimum and maximum value set on the vertical axis and ran into a problem with data not being drawn on the chart. It didn’t matter whether it was a LineChart or a ColumnChart or a PlotChart, the data simply would not be drawn because it was out of range of the axis minimum or maximum values.
In the case of a PlotChart it would not matter much, but in the case of a LineChart or ColumnChart it would present a lot of unwanted results ranging from misleading representation of the data to animation problems.
Continue »
Tags: Charts,
Flex
Last week I was involved in a small Flex project at work and given the fact that this project was small we decided to try out a new framework. The choice was either Mate or Swiz and at the flip of a coin fate decided it was going to be Swiz.
Given the short time (just a day and a half or so) that I was working with Swiz I used a 5 part tutorial by Brian Kotek to get me up and running with Swiz.
Continue »
Tags: Flex,
Swiz
FormItem’s in Flex have this rather annoying bug where you can not change the indicatorSkin at runtime. Peter deHaan filed a bug about this a long time ago in Adobe’s bug tracking system but unfortunately this has still not been fixed.
However, there is a workaround for this that, well.. works!
Continue »
Tags: Flex