RowColChart fails on edge cases where data is not available

Issue #851 resolved
Brian Lewis repo owner created an issue

this is typically due to timing issues, if the parent is waiting on a promise to assemble data for the chart.

Comments (2)

  1. Brian Lewis reporter

    Solution strategy:

    There must ALWAYS be a value for charttype: default = 'v' (stacked bar)

    There must ALWAYS be a value for transofrmed data - incoming data should get transformed even if it is empty. That is , a ‘null’ dataset should get used for transform when the incoming data is null, undefined, {} or []

    See also #852

  2. Log in to comment