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

A graph to show the routing fee earned. #31

Open
saubyk opened this issue Nov 9, 2019 · 3 comments
Open

A graph to show the routing fee earned. #31

saubyk opened this issue Nov 9, 2019 · 3 comments
Labels
enhancement New feature or request ui Visual design work ux User experience work

Comments

@saubyk
Copy link
Collaborator

saubyk commented Nov 9, 2019

Construct a chart to show the routing fee earned on a historical basis.

@saubyk saubyk added the enhancement New feature or request label Nov 9, 2019
@saubyk
Copy link
Collaborator Author

saubyk commented Nov 9, 2019

Development ticket:
Ride-The-Lightning/RTL#202

@diogorsergio diogorsergio added ui Visual design work ux User experience work labels Mar 14, 2020
@swedishfrenchpress
Copy link
Contributor

Hey all, I'm interested in taking a stab at this. Are there are any data vis libraries that are already vetted I can take a look at it? Would the Material Design data viz guide be a good place to state?

@ShahanaFarooqui
Copy link
Collaborator

@swedishfrenchpress It is a duplicate of #52. The developement for the same is Ride-The-Lightning/RTL#202.

At the time of developlemt we decided to move forward with ngx-charts library. Below are some of the points of consideration:

Priority 1: ngxCharts
pros: maintained by swimlane, Using d3 for charts, size ~11 MB
cons: 11 dependencies
demo: https://swimlane.github.io/ngx-charts/#/ngx-charts/bar-vertical
privacy: https://swimlane.com/privacy-policy/

Priority 2: highcharts-angular
pros: 1 dependencies, official wrapper of highcharts
cons: size ~42 MB, free for non-commercial purpose (might get into trouble in future)
demo: https://highcharts.com/demo

BTW, google also has a charts library, known as google charts. But, it can not be used offline, so it will definitely capture user's data.
https://developers.google.com/chart/interactive/docs/gallery

Currently, this report can be found under => Lightning => Reports => Routing Fees. Sample report:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Visual design work ux User experience work
Projects
None yet
Development

No branches or pull requests

4 participants