ivylabs / IvyDC

IvyDC - Ivy Dashboard Components
http://www.ivy-is.co.uk
Mozilla Public License 2.0
5 stars 10 forks source link

Ivy DC Summary component repeats on parameter change #37

Closed girishgetl closed 9 years ago

girishgetl commented 9 years ago

I am trying to use IvyDC's Summary component with following as input dataset

  1. Label
  2. Value
  3. SubValue

The component is driven through as datasource query that is parameterized with 2 select components. Whenever, a parameter value is changed, the component renders itself with another instance of it. Initial display : Select year = 2013 before PAramter Changed : Select year = 2014 after Observer the previous summary remains inplace and a new summary instance is created.

Please let me know if i am missing something here.

Girish

girishgetl commented 9 years ago

Found it fixed in trunk 0.0.5. Ignore this issue