File tree Expand file tree Collapse file tree
visualpython/js/com/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,9 +367,9 @@ define([
367367 let infoStr = '' ;
368368 if ( mode === 'columns' ) {
369369 if ( data . isNumeric === true ) {
370- iconStr = '<span class="vp-icon-numeric mr5 vp-vertical-text"></span>' ;
370+ iconStr = '<span class="vp-icon-numeric mr5 vp-vertical-text" title="Numeric column" ></span>' ;
371371 } else {
372- iconStr = '<span class="vp-icon-non-numeric mr5 vp-vertical-text"></span>' ;
372+ iconStr = '<span class="vp-icon-non-numeric mr5 vp-vertical-text" title="Non-numeric column" ></span>' ;
373373 }
374374 } else if ( mode === 'variable' ) {
375375 infoStr = `<span class="vp-gray-text"> | ${ data . type } </span>` ;
@@ -401,9 +401,9 @@ define([
401401 let infoStr = '' ;
402402 if ( mode === 'columns' ) {
403403 if ( data . isNumeric === true ) {
404- iconStr = '<span class="vp-icon-numeric mr5 vp-vertical-text"></span>' ;
404+ iconStr = '<span class="vp-icon-numeric mr5 vp-vertical-text" title="Numeric column" ></span>' ;
405405 } else {
406- iconStr = '<span class="vp-icon-non-numeric mr5 vp-vertical-text"></span>' ;
406+ iconStr = '<span class="vp-icon-non-numeric mr5 vp-vertical-text" title="Non-numeric column" ></span>' ;
407407 }
408408 } else if ( mode === 'variable' ) {
409409 infoStr = `<span class="vp-gray-text"> | ${ data . type } </span>` ;
You can’t perform that action at this time.
0 commit comments