-
```js
// config
import { FusionChartsModule } from 'angular-fusioncharts';
import * as FusionCharts from 'fusioncharts';
import * as Powercharts from 'fusioncharts/fusioncharts.powercharts';
im…
-
Having an optional tutorial that walks a first time user through creating their first experiment could be very helpful. Primarily because the UI is not the most intuitive and the method breadboard use…
-
I'm surprised no one has mentioned this already, or if they have, I was unable to find it. Anyhow, has anyone stored tour state in a database before? If so, how is this possible? I know there will be …
-
-
Right now the only way to navigate over the steps is to use `Prev` and `Next` buttons.
It would be nice to represent all the steps as bullets in order to let the user to jump from the step1 to the ste…
-
I just copied and pasted the "Setup your tour" code sample, and there are no "next" or "prev" buttons at all. Everything is included properly. Everything else seems to work fine, except this little er…
-
Im trying to fetch steps with ajax calls coz I need to check some conditions based on user settings before showing next step .
Im fetching next step on onShown method and returning promise in onNext…
-
I have updated Meteor to Meteor 1.3.2.4. and facing the issue.
**Error : There is no route for the path: /**
I tried the both in both environment "**meteor**" and "**meteor run --production**" the sa…
-
-
Hi, thanks a lot for your Tour.
I've tried to Dynamically determine element by function and I always get this error:
Uncaught Error: TOOLTIP: Option "selector" provided type "element" but expected…