diff --git a/public/index.html b/public/index.html index 22616ec..2634f96 100644 --- a/public/index.html +++ b/public/index.html @@ -315,11 +315,6 @@

Numeric Data Enrichment

Clicking on the "+" icon will open a menu of data enrichment options for numeric data.

`, buttons: [ - { - text: 'Cancel', - action: function() { this.cancel(); }, - classes: 'shepherd-button-secondary' - }, { text: 'Next', action: tour.next @@ -327,7 +322,7 @@

Numeric Data Enrichment

], attachTo: { element: '.sales-table [data-gs-cell-index="1"]', - on: 'right' + on: 'top' }, beforeShowPromise: function() { // Return a promise that resolves when plus icons are available @@ -373,16 +368,22 @@

Numeric Data Enrichment

Categorical Data Enrichment

Now let's look at the options for categorical data.

Click on the "+" icon in the "Dominant item" column of the Monthly Sales Data table to see different enrichment options.

-

Options like frequency analysis and filtering are available for categorical columns.

`, attachTo: { element: '.sales-table [data-gs-cell-index="4"]', - on: 'right' + on: 'top' }, advanceOn: { selector: '.sales-table [data-gs-cell-index="4"] .gs-plus-icon', event: 'click' }, + buttons: [ + { + text: 'Close', + action: function() { this.cancel(); }, + classes: 'shepherd-button-secondary' + } + ], beforeShowPromise: function() { // Return a promise that resolves when plus icons are available return new Promise((resolve) => {