@domoinc/image-tooltip
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@domoinc/image-tooltip", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "ImageTooltip - Domo Widget", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
@@ -20,3 +20,3 @@ /*---------------------------------------------------------------------------------- | ||
// Set some sample data to use with out widget. | ||
var imageUrl = 'http://s3.amazonaws.com/Domo_infographic/fauxmosapiens/fauxmosapien-male-15-90.jpg'; | ||
var imageUrl = 'https://s3.amazonaws.com/Domo_infographic/fauxmosapiens/fauxmosapien-male-15-90.jpg'; | ||
var bodyText = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.' | ||
@@ -23,0 +23,0 @@ var sampleData = [ |
@@ -269,6 +269,3 @@ /*---------------------------------------------------------------------------------- | ||
}) | ||
.style({ | ||
opacity: 1, | ||
display: 'inline', | ||
}) | ||
.style('opacity', 1) | ||
.on('mousemove', hoverMove) | ||
@@ -275,0 +272,0 @@ .on('mouseout', hoverOff); |
Sorry, the diff of this file is too big to display
2396991
55011