Skip to content

Commit 633942f

Browse files
committed
chore(version): bump to v0.7.17
1 parent 8422d2b commit 633942f

11 files changed

+24
-16
lines changed

.bmp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: 0.7.16
2+
version: 0.7.17
33
commit: 'chore(version): bump to v%.%.%'
44
files:
55
src/core.js: 'version: ''%.%.%'''

c3.esm.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* @license C3.js v0.7.16 | (c) C3 Team and other contributors | http://c3js.org/ */
1+
/* @license C3.js v0.7.17 | (c) C3 Team and other contributors | http://c3js.org/ */
22
import * as d3 from 'd3';
33

44
function ChartInternal(api) {
@@ -1407,7 +1407,7 @@ Axis.prototype.redraw = function redraw(duration, isHidden) {
14071407
};
14081408

14091409
var c3 = {
1410-
version: '0.7.16',
1410+
version: '0.7.17',
14111411
chart: {
14121412
fn: Chart.prototype,
14131413
internal: {
@@ -13688,6 +13688,7 @@ ChartInternal.prototype.showTooltip = function(selectedData, element) {
1368813688
positionFunction =
1368913689
config.tooltip_position || ChartInternal.prototype.tooltipPosition;
1369013690
if (dataToShow.length === 0 || !config.tooltip_show) {
13691+
$$.hideTooltip();
1369113692
return
1369213693
}
1369313694
$$.tooltip

c3.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* @license C3.js v0.7.16 | (c) C3 Team and other contributors | http://c3js.org/ */
1+
/* @license C3.js v0.7.17 | (c) C3 Team and other contributors | http://c3js.org/ */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
44
typeof define === 'function' && define.amd ? define(factory) :
@@ -1294,7 +1294,7 @@
12941294
};
12951295

12961296
var c3 = {
1297-
version: '0.7.16',
1297+
version: '0.7.17',
12981298
chart: {
12991299
fn: Chart.prototype,
13001300
internal: {
@@ -11671,6 +11671,7 @@
1167111671
positionFunction = config.tooltip_position || ChartInternal.prototype.tooltipPosition;
1167211672

1167311673
if (dataToShow.length === 0 || !config.tooltip_show) {
11674+
$$.hideTooltip();
1167411675
return;
1167511676
}
1167611677

c3.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "c3",
33
"repo": "masayuki0812/c3",
44
"description": "A D3-based reusable chart library",
5-
"version": "0.7.16",
5+
"version": "0.7.17",
66
"keywords": [],
77
"dependencies": {
88
"mbostock/d3": "v5.0.0"

docs/index.html.haml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838

3939
%h3 Change Log
4040
%ul
41+
%li
42+
<a href="https://github.com/c3js/c3/releases/tag/v0.7.17">v0.7.17</a><span class="gray">&nbsp;-&nbsp;2020-06-15</span>
43+
%ul
44+
%li Bug fixes.
4145
%li
4246
<a href="https://github.com/c3js/c3/releases/tag/v0.7.16">v0.7.16</a><span class="gray">&nbsp;-&nbsp;2020-06-15</span>
4347
%ul

docs/js/c3.esm.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* @license C3.js v0.7.16 | (c) C3 Team and other contributors | http://c3js.org/ */
1+
/* @license C3.js v0.7.17 | (c) C3 Team and other contributors | http://c3js.org/ */
22
import * as d3 from 'd3';
33

44
function ChartInternal(api) {
@@ -1407,7 +1407,7 @@ Axis.prototype.redraw = function redraw(duration, isHidden) {
14071407
};
14081408

14091409
var c3 = {
1410-
version: '0.7.16',
1410+
version: '0.7.17',
14111411
chart: {
14121412
fn: Chart.prototype,
14131413
internal: {
@@ -13688,6 +13688,7 @@ ChartInternal.prototype.showTooltip = function(selectedData, element) {
1368813688
positionFunction =
1368913689
config.tooltip_position || ChartInternal.prototype.tooltipPosition;
1369013690
if (dataToShow.length === 0 || !config.tooltip_show) {
13691+
$$.hideTooltip();
1369113692
return
1369213693
}
1369313694
$$.tooltip

docs/js/c3.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* @license C3.js v0.7.16 | (c) C3 Team and other contributors | http://c3js.org/ */
1+
/* @license C3.js v0.7.17 | (c) C3 Team and other contributors | http://c3js.org/ */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
44
typeof define === 'function' && define.amd ? define(factory) :
@@ -1294,7 +1294,7 @@
12941294
};
12951295

12961296
var c3 = {
1297-
version: '0.7.16',
1297+
version: '0.7.17',
12981298
chart: {
12991299
fn: Chart.prototype,
13001300
internal: {
@@ -11671,6 +11671,7 @@
1167111671
positionFunction = config.tooltip_position || ChartInternal.prototype.tooltipPosition;
1167211672

1167311673
if (dataToShow.length === 0 || !config.tooltip_show) {
11674+
$$.hideTooltip();
1167411675
return;
1167511676
}
1167611677

docs/js/c3.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c3",
3-
"version": "0.7.16",
3+
"version": "0.7.17",
44
"description": "D3-based reusable chart library",
55
"main": "c3.js",
66
"files": [

src/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from './util'
1515

1616
var c3 = {
17-
version: '0.7.16',
17+
version: '0.7.17',
1818
chart: {
1919
fn: Chart.prototype,
2020
internal: {

0 commit comments

Comments
 (0)