Re: [FlexJS] Optimized Charts

2014-10-27 Thread Peter Ent
Thanks for links. I will consider moving the labels of the charts' axis to SVG. --peter On 10/25/14 4:11 PM, "Harbs" wrote: >I believe so: > >http://www.w3.org/TR/SVG/styling.html#SVGStylingProperties > >Here¹s an example: >http://css-tricks.com/svg-text-typographic-designs/ > >On Oct 24, 2014,

Re: [FlexJS] Optimized Charts

2014-10-25 Thread Harbs
I believe so: http://www.w3.org/TR/SVG/styling.html#SVGStylingProperties Here’s an example: http://css-tricks.com/svg-text-typographic-designs/ On Oct 24, 2014, at 10:57 PM, Peter Ent wrote: > First off, does anyone know if SVG text elements can be styled with CSS? If > so, I could convert th

[FlexJS] Optimized Charts

2014-10-24 Thread Peter Ent
Hi, I've just committed code that enables charts to be drawn a little more efficiently. Right now each chart itemRenderer creates an element in the display list (or HTML DOM). The optimized version uses the FlexJS core.graphics.GraphicsContainer as a canvas and each itemRenderer draws its shap