Search code examples
chartsyuilegend

YUI chart legend


I am looking for documentation on how to display legends in YUI charts. I couldn't find anything on http://yuilibrary.com.


Solution

  • the yui library has a legend option available now: http://yuilibrary.com/yui/docs/charts/charts-legend.html

    important is to use the module by starting with:

     YUI().use('charts-legend', function (Y)