Skip to content

Commit

Permalink
Merge pull request #247 from RhoInc/dev-v1.11.5
Browse files Browse the repository at this point in the history
dev-v1.11.5
  • Loading branch information
samussiah authored Mar 28, 2019
2 parents 0c2f7fc + 04b7535 commit 70bf71c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/webcharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
: (global.webCharts = factory(global.d3));
})(typeof self !== 'undefined' ? self : this, function(d3) {
'use strict';
var version = '1.11.3';
var version = '1.11.5';

function init(data) {
var _this = this;
Expand Down
2 changes: 1 addition & 1 deletion build/webcharts.min.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webcharts",
"description": "A library for creating flexible, interactive charts",
"version": "1.11.4",
"version": "1.11.5",
"keywords": [
"charts",
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.11.4';
export default '1.11.5';
2 changes: 1 addition & 1 deletion test-page/multiply/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const chart = new webCharts.createChart(
);

d3.csv(
'https://cdn.rawgit.com/RhoInc/viz-library/master/data/iris.csv',
'https://cdn.jsdelivr.net/gh/RhoInc/data-library/data/miscellaneous/iris.csv',
function(d,i) {
d.seq = i;
d.speciesID = d.species === 'setosa'
Expand Down

0 comments on commit 70bf71c

Please sign in to comment.