Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App stats #311

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

App stats #311

wants to merge 5 commits into from

Conversation

bhatiadheeraj
Copy link
Contributor

No description provided.

@@ -104,6 +104,11 @@

<!--detail header-->
<b-row>
<b-col>
<div v-if="app.stats && app.stats.monthlyCounts && app.stats.monthlyCounts.length">
<ExportablePlotly v-if="appStats" :data="appStats" :layout="statsLayout"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bhatiadheeraj Like you were saying, I think plotly graph might be too heavy for this? You can use visjs also which is a bit lighter than plotly graph. You can also just render a simple graph manually with a few simple

or SVG drawing.

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

Successfully merging this pull request may close these issues.

2 participants