tomkaXX / axiis

Automatically exported from code.google.com/p/axiis
0 stars 0 forks source link

DataTip issues #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

With two embedded child layouts, if emitDataTips is false at the top-level,
no data tips will show up regardless of what the child layouts have for
emitDataTips.  If I set it to true at the top-level (the default), I get
data tips on both the lines and points regardless of what I put on the
child layouts.

What is the expected output? What do you see instead?

If I set emitDataTips="false" at the top-level, I could then set
emitDataTips="false" on sub-layout 1 and set it to "true" only on the
sub-layout 2.

The property name emitDataTips does not mesh with the Flex SDK or
DataCanvas.  A better name would me showDataTips.

Original issue reported on code.google.com by mvand...@gmail.com on 1 Aug 2009 at 11:58

GoogleCodeExporter commented 8 years ago
These issues were addressed in the latest beta.

Original comment by mvand...@gmail.com on 4 Dec 2009 at 1:31