Skip to content

Commit 1fda324

Browse files
committed
prep for 1.1.1 release
1 parent b549160 commit 1fda324

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
= 1.1.0.pre
1+
= 1.1.1
2+
* Configurable tooltip font sizes
23
* Fix mouse position for retina displays - Issue #1
34
* Explicit support for retina (@2x) images
45
* Better Retina support and consistency in general

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ This is the exploded view of possbile options (with included defaults)
4444
textColor: "#fff" // Bubble label color
4545
textType: "helvetica" // Font
4646

47-
popoverOpts: { // Control the look of the hover popover
47+
popoverOpts: { // Control the look of the hover popover
4848
textFont: 'helvetica',
4949
textColor: '#fff',
5050
fillColor: '#333',
51-
labelSize: 22,
52-
metricSize: 14,
51+
labelSize: 22, // Popover Heading size
52+
metricSize: 14, // Popover Metric size
5353
opacity: 0.6,
5454
}
5555
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bubblechart",
33
"description": "BubbleChart is a JavaScript module for the comparative visualization of two dimensional data in a bubble chart.",
4-
"version": "1.1.0-pre",
4+
"version": "1.1.1",
55
"license": "Apache 2.0",
66
"homepage": "https://github.com/jondavidjohn/bubblechart",
77
"bugs": "https://github.com/jondavidjohn/bubblechart/issues",

0 commit comments

Comments
 (0)