UNPKG

@domoinc/multi-metric-comparison-bar-chart

Version:

MultiMetricComparisonBarChart - Domo Widget

147 lines (70 loc) 3.09 kB
<a name"v7.1.1"></a> ### v7.1.1 (2016-01-26) #### Bug Fixes * fix the way triggers work ([c6a1234f](https://git.empdev.domo.com/DA/yoWidget/commit/c6a1234f)) * fix non-custom colorScale ([c03c6ea2](https://git.empdev.domo.com/DA/yoWidget/commit/c03c6ea2)) * fix non-custom colorScale ([1b3fb9fc](https://git.empdev.domo.com/DA/yoWidget/commit/1b3fb9fc)) #### Features * add textLabel config ([10385d9c](https://git.empdev.domo.com/DA/yoWidget/commit/10385d9c)) <a name"v7.1.0"></a> ## v7.1.0 (2016-01-26) #### Features * add textLabel config ([39f82acb](https://git.empdev.domo.com/DA/yoWidget/commit/39f82acb)) <a name"v7.0.5"></a> ### v7.0.5 (2016-01-26) #### Bug Fixes * fix non-custom colorScale ([52b3a338](https://git.empdev.domo.com/DA/yoWidget/commit/52b3a338)) <a name"v7.0.4"></a> ### v7.0.4 (2016-01-26) #### Bug Fixes * fix the way that colorScale is called ([fd09db09](https://git.empdev.domo.com/DA/yoWidget/commit/fd09db09)) <a name"v7.0.3"></a> ### v7.0.3 (2016-01-25) <a name"v7.0.2"></a> ### v7.0.2 (2016-01-25) #### Bug Fixes * pass data into colorScale instead of i ([72c2a696](https://git.empdev.domo.com/DA/yoWidget/commit/72c2a696)) <a name"v7.0.1"></a> ### v7.0.1 (2016-01-22) <a name"v7.0.0"></a> ## v7.0.0 (2016-01-22) #### Bug Fixes * make colorScale a public function ([7b739e12](https://git.empdev.domo.com/DA/yoWidget/commit/7b739e12)) <a name"v6.0.0"></a> ## v6.0.0 (2016-01-20) <a name="v5.0.5"></a> ### v5.0.5 (2015-02-27) <a name="v5.0.4"></a> ### v5.0.4 (2015-02-27) <a name="v5.0.3"></a> ### v5.0.3 (2015-02-19) <a name="v5.0.2"></a> ### v5.0.2 (2015-02-18) <a name="v5.0.1"></a> ### v5.0.1 (2015-02-18) <a name="v5.0.0"></a> ## v5.0.0 (2015-02-18) <a name="v4.0.5"></a> ### v4.0.5 (2015-02-18) <a name="v4.0.4"></a> ### v4.0.4 (2015-02-17) <a name="v4.0.3"></a> ### v4.0.3 (2015-02-17) <a name="v4.0.2"></a> ### v4.0.2 (2015-02-09) #### Bug Fixes * add obj to the _Chart.trigger as per the changes to ComparisonBarChart ([c76b3cf8](https://git.empdev.domo.com/DA/yoWidget/commit/c76b3cf825a6b3cffc6c2f4d7cf1ed4bda2e7fc7)) <a name="v4.0.1"></a> ### v4.0.1 (2015-02-06) <a name="v4.0.0"></a> ## v4.0.0 (2015-02-06) #### Bug Fixes * update widget's _Chart.triggers to the new standard ([4d4b0c5c](https://git.empdev.domo.com/DA/yoWidget/commit/4d4b0c5c967e3056f1bb6aa01f55cf1dfb739b67)) * update hover events on widget to work with the changes done to ComparisonBarChar ([713942c5](https://git.empdev.domo.com/DA/yoWidget/commit/713942c5f0608c3c3ea5273f5228e57478ac441f)) #### Breaking Changes * Widget now uses 'dispatch:mouseenter:bar' and 'dispatch:mouseleave:bar' for the trigger name instead of 'hover' and 'unhover'. To migrate code, change your code from: _Chart.trigger('hover', element, transitionLock) or _Chart.trigger('unhover', element, transitioncLock) To: _Chart.trigger('dispatch:mouseenter:bar', obj, element) or _Chart.trigger('dispatch:mouseleave:bar', element) ([4d4b0c5c](https://git.empdev.domo.com/DA/yoWidget/commit/4d4b0c5c967e3056f1bb6aa01f55cf1dfb739b67))