Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Dashboard loading and customization #370

Open
AdityaJasti opened this issue Feb 23, 2018 · 5 comments
Open

Dashboard loading and customization #370

AdityaJasti opened this issue Feb 23, 2018 · 5 comments

Comments

@AdityaJasti
Copy link

Team,

I am unable to customize the dashboard by removing or adding few components like graphs and also the data is not getting loaded. Please find the same in the below screen snap.
image

Request you to help me on this.

@morsh
Copy link
Contributor

morsh commented Feb 26, 2018

Hi @AdityaJasti -
Not seeing any data usually happens when the schema the dashboard expects doesn't appear in the data source (or, in other words, there is no data in the data source). This happens when you have not connected your bot to the botbuilder-instrumentation module:
https://github.com/Azure/botbuilder-instrumentation

Second - Not clear what you mean by "unable to customize": You should be able to customize by editing the json representing the dashboard (config button on the top right corner of the dashboard). Visual adding and removing of graph components and queries is not yet available, and will not be available unless developed by the community :)

@AdityaJasti
Copy link
Author

Thank you @morsh for your help. yes, i mean customization is like, adding and removing the graph components to the view. So that we can build our own screen with the components we need.

@morsh morsh added the question label Mar 11, 2018
@morsh
Copy link
Contributor

morsh commented Mar 11, 2018

#54 - An entire feature that needs design and implementation

@morsh morsh added the feature label Mar 11, 2018
@hemachowdary
Copy link

@morsh is it possible to represent the number of hits an intent is getting vs timestamp graphically.If yes please suggest on how to do that.

@morsh
Copy link
Contributor

morsh commented Mar 21, 2018

@hemachowdary - I think it is possible using a Stacked Bar Chart or a Timeline Chart, you'll have to write a new query and connect it to a new graph component (using the Dashboard editor).

I you want we can have a quick Skype chat so I can show you how.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants