File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments