Skip to content

Commit

Permalink
Bumping to v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Intellipharm committed Dec 13, 2015
1 parent 3caa37e commit 59a6376
Show file tree
Hide file tree
Showing 36 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dc-addons",
"description": "These are additional charts that extend dc.js",
"version": "0.11.3",
"version": "0.11.4",
"homepage": "https://github.com/intellipharm/dc-addons",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions dist/angular/angular-dc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.3
* dc-addons v0.11.4
*
* 2015-12-11 09:23:06
* 2015-12-14 08:35:54
*
*/
(function () {
Expand Down
4 changes: 2 additions & 2 deletions dist/angular/angular-dc.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/bubble-cloud/dc-bubble-cloud.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.3
* dc-addons v0.11.4
*
* 2015-12-11 09:23:06
* 2015-12-14 08:35:54
*
*/
// Code copied and changed from https://github.com/vlandham/gates_bubbles
Expand All @@ -14,7 +14,7 @@
}

dc.bubbleCloud = function (parent, chartGroup) {
var _chart = dc.bubbleMixin(dc.capMixin(dc.bubbleChart()));
var _chart = dc.bubbleMixin(dc.capMixin(dc.bubbleChart(parent)));

var LAYOUT_GRAVITY = 0.2;
var RADIUS_TRANSITION = 1500;
Expand Down
6 changes: 3 additions & 3 deletions dist/bubble-cloud/dc-bubble-cloud.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/crossfilter-server/crossfilter-server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.3
* dc-addons v0.11.4
*
* 2015-12-11 09:23:06
* 2015-12-14 08:35:54
*
*/
(function () {
Expand Down
4 changes: 2 additions & 2 deletions dist/crossfilter-server/crossfilter-server.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.3
* dc-addons v0.11.4
*
* 2015-12-11 09:23:06
* 2015-12-14 08:35:54
*
*/
!function(){"use strict";
Expand Down
6 changes: 3 additions & 3 deletions dist/dc-addons.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.3
* dc-addons v0.11.4
*
* 2015-12-11 09:23:06
* 2015-12-14 08:35:54
*
*/
if (!dc.utils.getAllFilters) {
Expand Down Expand Up @@ -1386,7 +1386,7 @@ dc.leafletLegend = function () {
}

dc.bubbleCloud = function (parent, chartGroup) {
var _chart = dc.bubbleMixin(dc.capMixin(dc.bubbleChart()));
var _chart = dc.bubbleMixin(dc.capMixin(dc.bubbleChart(parent)));

var LAYOUT_GRAVITY = 0.2;
var RADIUS_TRANSITION = 1500;
Expand Down
6 changes: 3 additions & 3 deletions dist/dc-addons.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/elastic-search/elastic-search.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.3
* dc-addons v0.11.4
*
* 2015-12-11 09:23:06
* 2015-12-14 08:35:54
*
*/
(function () {
Expand Down
4 changes: 2 additions & 2 deletions dist/elastic-search/elastic-search.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/google-map/dc-google.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.3
* dc-addons v0.11.4
*
* 2015-12-11 09:23:06
* 2015-12-14 08:35:54
*
*/
(function () {
Expand Down
Loading

0 comments on commit 59a6376

Please sign in to comment.